From e6314da6fe9b251448e6a4a2cab12e256688ab5d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 7 Apr 2014 12:53:24 -0500 Subject: generated/help.h is a lot easier to read with an extra newline between each help entry. --- scripts/config2help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/config2help.c') diff --git a/scripts/config2help.c b/scripts/config2help.c index 41b04c38..1c2bcdcb 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -387,7 +387,7 @@ int main(int argc, char *argv[]) dd = dd->next; if (dd == sym->help) break; } - printf("\"\n"); + printf("\"\n\n"); } sym = sym->next; } -- cgit v1.2.3