From: Frantisek Sumsal Date: Wed, 24 Apr 2019 16:03:30 +0000 (+0200) Subject: bash-completion: unify indentation X-Git-Tag: v243-rc1~529^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9521d5582b0e8ef9c48f23d957f9a4ddff80eafc;p=thirdparty%2Fsystemd.git bash-completion: unify indentation --- diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index a827ed0d0e3..dfb2d4a4c9e 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 () {