From 521a0ccec764e8f8baa0accb74064415e39ed569 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 29 Feb 2016 00:57:52 +0100 Subject: [PATCH] exlibs: improve formatting --- exlibs/desktop-utils.exlib | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exlibs/desktop-utils.exlib b/exlibs/desktop-utils.exlib index 449b8b0a..72881329 100644 --- a/exlibs/desktop-utils.exlib +++ b/exlibs/desktop-utils.exlib @@ -107,14 +107,14 @@ find_desktop_file_category() { case ${CATEGORY} in games*) maincat="Game" case ${CATEGORY##*-} in - action) subcat="ActionGame" ;; - adventure) subcat="AdventureGame" ;; - arcade) subcat="ArcadeGame" ;; - board) subcat="BoardGame" ;; - fps) subcat="Shooter" ;; + action) subcat="ActionGame" ;; + adventure) subcat="AdventureGame" ;; + arcade) subcat="ArcadeGame" ;; + board) subcat="BoardGame" ;; + fps) subcat="Shooter" ;; simulation) subcat="Simulation" ;; - sports) subcat="SportsGame" ;; - strategy) subcat="StrategyGame" ;; + sports) subcat="SportsGame" ;; + strategy) subcat="StrategyGame" ;; *) ;; esac ;;