generate-cmdlist.sh: trivial whitespace change

Add " " before a "|" at the end of a line in generate-cmdlist.sh for consistency with other code in the file. Some of the surrounding code will be modified in subsequent commits. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Nov 5, 2021 at 15:08 UTC a5bd782982c9e78ed37f3d8227771b798a626e5a
1 file changed +1 -1
generate-cmdlist.sh
+1 -1
index 9dbbb08e70..5114f46680 100755 --- a/generate-cmdlist.sh +++ b/generate-cmdlist.sh @@ -10,7 +10,7 @@ command_list () { } get_categories () { - tr ' ' '\012'| + tr ' ' '\012' | grep -v '^$' | sort | uniq