| Index: tools/gn/command_path.cc
|
| diff --git a/tools/gn/command_path.cc b/tools/gn/command_path.cc
|
| index f6a4e69a6f0384032d375ca2ab11a379e1bdac1f..daa220048d920bc33d27a81b787a240609e09120 100644
|
| --- a/tools/gn/command_path.cc
|
| +++ b/tools/gn/command_path.cc
|
| @@ -403,10 +403,10 @@ int RunPath(const std::vector<std::string>& args) {
|
| stats.total_paths(), path_annotation),
|
| DECORATION_YELLOW);
|
| if (!options.public_only) {
|
| - OutputString(base::StringPrintf(" %d of them are public.\n",
|
| - stats.public_paths));
|
| + OutputString(
|
| + base::StringPrintf(" %d of them are public.", stats.public_paths));
|
| }
|
| - OutputString("Use --all to print all paths.\n");
|
| + OutputString("\nUse --all to print all paths.\n");
|
| }
|
| }
|
| return 0;
|
|
|