blacklist: fix indention
authorMichael Prokop <mika@grml.org>
Wed, 5 Sep 2012 09:22:46 +0000 (11:22 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 5 Sep 2012 09:23:10 +0000 (11:23 +0200)
usr_sbin/blacklist

index eaf8273..8446a41 100755 (executable)
@@ -17,8 +17,8 @@ if [ -z "$1" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then
 fi
 
 if [ "$(id -ru)" != "0" ] ; then
-   echo Error: become root before starting $0 >& 2
-   exit 100
+  echo Error: become root before starting $0 >& 2
+  exit 100
 fi
 
 [ -f "$MODPROBEFILE" ] || touch "$MODPROBEFILE"