grml-exec-wrapper: adjust indent to four spaces
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 15 Feb 2009 16:56:40 +0000 (17:56 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 15 Feb 2009 17:08:21 +0000 (18:08 +0100)
The rest of the script uses 4 spaces, so case should, too.

usr_bin/grml-exec-wrapper

index 5466d02..af15d98 100755 (executable)
@@ -41,7 +41,7 @@ PROG="$1"
 
 # make sure to support 'grml-exec-wrapper sudo wireshark' as well:
 case $PROG in
-       *sudo*) PROG="$2" ;;
+    *sudo*) PROG="$2" ;;
 esac
 
 if is_installed "$PROG" ; then