diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-11 07:56:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 07:56:28 +0200 |
commit | 183697f466c7824c814d13feace0ce3e1b1d8f4a (patch) | |
tree | f0404145b9a217c808780c38426a9e6b91069ae7 /misc/dist | |
parent | a32b427f99d39bc6358e8477dc9189bf0f7bdc2e (diff) | |
parent | 4dc6efc08ec816b3ef2a4966ec78484aabcb0ce5 (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.xml | 10 |
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> |