From d4a045143396ffb2be1113e34181619dc92c6275 Mon Sep 17 00:00:00 2001 From: dzollo Date: Thu, 3 Dec 2020 12:48:50 -0800 Subject: [PATCH] Remove extraneous line breaks in help string --- src/gflags_reporting.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gflags_reporting.cc b/src/gflags_reporting.cc index bf3cb3b..de6695c 100644 --- a/src/gflags_reporting.cc +++ b/src/gflags_reporting.cc @@ -289,9 +289,7 @@ static void ShowUsageWithFlagsMatching(const char *argv0, fprintf(stdout, "\n\n"); // put blank lines between directories first_directory = false; } -#ifdef STRIP_INTERNAL_FLAG_HELP - fprintf(stdout, "\n\n"); -#else +#ifndef STRIP_INTERNAL_FLAG_HELP fprintf(stdout, "\n Flags from %s:\n", flag->filename.c_str()); #endif // STRIP_INTERNAL_FLAG_HELP last_filename = flag->filename;