]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Fixed indentation of commit f131585
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 30 Jan 2014 15:36:26 +0000 (16:36 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 30 Jan 2014 15:36:26 +0000 (16:36 +0100)
autorandr

index 2a2b0c1e40704312f4174568a4a309a4aa814ff8..1635ce5c5a2847935033584067d0c21cd8535564 100755 (executable)
--- 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"