Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: net/spdy/fuzzing/hpack_example_generator.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/fuzzing/hpack_example_generator.cc
diff --git a/net/spdy/fuzzing/hpack_example_generator.cc b/net/spdy/fuzzing/hpack_example_generator.cc
index 081451d0e0c699b5f2eb6c23127c796313837626..09f60d1ce2a86e6887b2e724eb7b9396283b9beb 100644
--- a/net/spdy/fuzzing/hpack_example_generator.cc
+++ b/net/spdy/fuzzing/hpack_example_generator.cc
@@ -36,8 +36,8 @@ int main(int argc, char** argv) {
if (!command_line.HasSwitch(kFileToWrite) ||
!command_line.HasSwitch(kExampleCount)) {
- LOG(ERROR) << "Usage: " << argv[0]
- << " --" << kFileToWrite << "=/path/to/file.out"
+ LOG(ERROR) << "Usage: " << argv[0] << " --" << kFileToWrite
+ << "=/path/to/file.out"
<< " --" << kExampleCount << "=1000";
return -1;
}

Powered by Google App Engine
This is Rietveld 408576698