diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-04-24 18:03:30 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-04-24 18:03:30 +0200 |
commit | 9521d5582b0e8ef9c48f23d957f9a4ddff80eafc (patch) | |
tree | ca2d4f1fd4fd030b7ac77174f00cfd6a8d1f4049 /shell-completion | |
parent | 72c9177db241cc7c080615aec03de44623affcfe (diff) | |
download | systemd-9521d5582b0e8ef9c48f23d957f9a4ddff80eafc.tar.gz systemd-9521d5582b0e8ef9c48f23d957f9a4ddff80eafc.tar.bz2 systemd-9521d5582b0e8ef9c48f23d957f9a4ddff80eafc.zip |
bash-completion: unify indentation
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index a827ed0d0e..dfb2d4a4c9 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -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 () { |