diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2014-04-26 09:33:04 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2014-04-26 09:33:04 +0200 |
commit | eae01412bc165d4099b843f15df221f5d7f93c0c (patch) | |
tree | 5199c992c3464eb526e130300334ca7436ec62d4 /menu | |
parent | 6ab3578fe304e4b6c6f4c5f2ebe94763fa3eb6b3 (diff) | |
download | common-data-eae01412bc165d4099b843f15df221f5d7f93c0c.tar common-data-eae01412bc165d4099b843f15df221f5d7f93c0c.tar.gz common-data-eae01412bc165d4099b843f15df221f5d7f93c0c.tar.bz2 common-data-eae01412bc165d4099b843f15df221f5d7f93c0c.tar.xz common-data-eae01412bc165d4099b843f15df221f5d7f93c0c.zip |
Fix indentation using spaces instead of tabs
Diffstat (limited to 'menu')
-rw-r--r-- | menu/applications.menu.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index 173817f..a880f99 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -454,12 +454,12 @@ <Name>Emulators</Name> <Directory>mandriva-emulators.directory</Directory> <Include> - <And> + <And> <Category>Emulator</Category> - <Not> - <Category>Game</Category> - </Not> - </And> + <Not> + <Category>Game</Category> + </Not> + </And> </Include> </Menu> <!-- always present, just to ensure GNOME preferences don't appear in any menu --> |