mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 21:15:05 +00:00
Remove extraneous line breaks in help string
This commit is contained in:
parent
b59cfca7a1
commit
d4a0451433
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue