]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: unify indentation 12376/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 24 Apr 2019 16:03:30 +0000 (18:03 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 24 Apr 2019 16:03:30 +0000 (18:03 +0200)
shell-completion/bash/systemctl.in

index a827ed0d0e39cfa167bc8cbf9bf438b33ce0a1ec..dfb2d4a4c9e9d1a3b3c4617e1cf9dbda3e3a9bb4 100644 (file)
@@ -114,7 +114,7 @@ __get_all_unit_files () { { __systemctl $1 list-unit-files "$2*"; } | { while re
 __get_machines() {
     local a b
     { machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; } | \
-       { while read a b; do echo " $a"; done; }
+        { while read a b; do echo " $a"; done; }
 }
 
 _systemctl () {