From: Phillip Berndt Date: Thu, 30 Jan 2014 15:36:26 +0000 (+0100) Subject: Fixed indentation of commit f131585 X-Git-Tag: 1.0~141 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=c980e5462e76c19bfe6c130bd4a13d2b79b5ed08;p=deb_pkgs%2Fautorandr.git Fixed indentation of commit f131585 --- diff --git a/autorandr b/autorandr index 2a2b0c1..1635ce5 100755 --- a/autorandr +++ b/autorandr @@ -211,10 +211,10 @@ load() { local PROFILE="$1" local CONF="$PROFILES/$PROFILE/config" if [ -e "$CONF" ] ; then - [ -x "$PROFILES/preswitch" ] && \ - "$PROFILES/preswitch" "$PROFILE" - [ -x "$PROFILES/$PROFILE/preswitch" ] && \ - "$PROFILES/$PROFILE/preswitch" "$PROFILE" + [ -x "$PROFILES/preswitch" ] && \ + "$PROFILES/preswitch" "$PROFILE" + [ -x "$PROFILES/$PROFILE/preswitch" ] && \ + "$PROFILES/$PROFILE/preswitch" "$PROFILE" echo " -> loading profile $PROFILE" $LOAD_METHOD "$CONF"