blacklist: fix indention
[grml-scripts.git] / 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"