From 4c4e6e3ff3cc8e570b0457bfc709bec24e492329 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 31 Oct 2016 02:24:48 +0100 Subject: [PATCH] man_show_fixme.sh: Tweak indent lines Signed-off-by: Michael Kerrisk --- scripts/man_show_fixme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh index 4907e92ee..1b9325bb4 100644 --- a/scripts/man_show_fixme.sh +++ b/scripts/man_show_fixme.sh @@ -34,7 +34,7 @@ for f in $*; do sub("^\\...", "") if ($0 ~ /^[ ][ ]*.*/) { print ".br" - sub("^[ ]*", "") + sub("^[ ]*", " ") } }