From 9521d5582b0e8ef9c48f23d957f9a4ddff80eafc Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 24 Apr 2019 18:03:30 +0200 Subject: [PATCH] bash-completion: unify indentation --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.47.3