Skip to content

Commit

Permalink
Fix whitespace and keep ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagravarr committed May 2, 2016
1 parent 585ab9b commit 567f7f7
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4705,14 +4705,7 @@
<mime-type type="image/g3fax">
<glob pattern="*.g3"/>
</mime-type>
<mime-type type="image/icns">
<_comment>Apple Icon Image Format</_comment>
<magic priority="50">
<match value="icns" type="string" offset="0">
</match>
</magic>
<glob pattern="*.icns"/>
</mime-type>

<mime-type type="image/gif">
<acronym>GIF</acronym>
<_comment>Graphics Interchange Format</_comment>
Expand All @@ -4725,6 +4718,14 @@
<glob pattern="*.gif"/>
</mime-type>

<mime-type type="image/icns">
<_comment>Apple Icon Image Format</_comment>
<magic priority="50">
<match value="icns" type="string" offset="0"/>
</magic>
<glob pattern="*.icns"/>
</mime-type>

<mime-type type="image/ief">
<glob pattern="*.ief"/>
</mime-type>
Expand Down

0 comments on commit 567f7f7

Please sign in to comment.