summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-08-11 07:56:28 +0200
committerGitHub <noreply@github.com>2020-08-11 07:56:28 +0200
commit183697f466c7824c814d13feace0ce3e1b1d8f4a (patch)
treef0404145b9a217c808780c38426a9e6b91069ae7 /misc/dist
parenta32b427f99d39bc6358e8477dc9189bf0f7bdc2e (diff)
parent4dc6efc08ec816b3ef2a4966ec78484aabcb0ce5 (diff)
Merge pull request #41181 from Calinou/mime-type-fix-indentation
Fix inconsistent indentation in the FreeDesktop MIME type XML
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/linux/x-godot-project.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/dist/linux/x-godot-project.xml b/misc/dist/linux/x-godot-project.xml
index 0572e4e54e..9f28bab2ae 100644
--- a/misc/dist/linux/x-godot-project.xml
+++ b/misc/dist/linux/x-godot-project.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
- <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
- <mime-type type="application/x-godot-project">
- <comment>Godot Engine project</comment>
- <icon name="godot" />
- <glob pattern="*.godot" weight="100" />
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-godot-project">
+ <comment>Godot Engine project</comment>
+ <icon name="godot" />
+ <glob pattern="*.godot" weight="100" />
</mime-type>
</mime-info>