bash-completion: unify indentation

This commit is contained in:
Frantisek Sumsal 2019-04-24 18:03:30 +02:00
parent 72c9177db2
commit 9521d5582b
1 changed files with 1 additions and 1 deletions

View 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 () {