From c980e5462e76c19bfe6c130bd4a13d2b79b5ed08 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Thu, 30 Jan 2014 16:36:26 +0100 Subject: [PATCH] Fixed indentation of commit f131585 --- autorandr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.2