grml-exec-wrapper: adjust indent to four spaces
[grml-scripts-core.git] / 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