From: Frantisek Sumsal Date: Fri, 5 Jan 2024 17:58:26 +0000 (+0100) Subject: shell-completion: fix mixed indent X-Git-Tag: v256-rc1~1256^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe03e25fb0375e445a79d54ad15f549063aabf6;p=thirdparty%2Fsystemd.git shell-completion: fix mixed indent --- diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 550e2be686c..22d9eb2cfc1 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -28,7 +28,7 @@ __contains_word () { __get_machines() { local a b { machinectl list --full --max-addresses=0 --no-legend --no-pager 2>/dev/null; echo ".host"; } | \ - { while read a b; do echo " $a"; done; } | \ + { while read a b; do echo " $a"; done; } | \ sort -u }