[clang-format] Add missing newline in -style help

This commit is contained in:
Sven van Haastregt 2022-02-03 12:12:29 +00:00
parent 6b4ebdd46f
commit 9694332b81
1 changed files with 1 additions and 1 deletions

View File

@ -3246,7 +3246,7 @@ const char *StyleOptionHelpDescription =
".clang-format file located in one of the parent\n"
"directories of the source file (or current\n"
"directory for stdin).\n"
"Use -style=file:<format_file_path> to explicitly specify"
"Use -style=file:<format_file_path> to explicitly specify\n"
"the configuration file.\n"
"Use -style=\"{key: value, ...}\" to set specific\n"
"parameters, e.g.:\n"