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

Unified Diff: net/spdy/fuzzing/hpack_fuzz_wrapper.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_fuzz_wrapper.cc
diff --git a/net/spdy/fuzzing/hpack_fuzz_wrapper.cc b/net/spdy/fuzzing/hpack_fuzz_wrapper.cc
index 63aa114bab1b762dbe3737c8fb1f93c51c02dc4e..33b13c28057ca58b9851eb760feb75981ac31159 100644
--- a/net/spdy/fuzzing/hpack_fuzz_wrapper.cc
+++ b/net/spdy/fuzzing/hpack_fuzz_wrapper.cc
@@ -27,8 +27,8 @@ int main(int argc, char** argv) {
const CommandLine& command_line = *CommandLine::ForCurrentProcess();
if (!command_line.HasSwitch(kFileToParse)) {
- LOG(ERROR) << "Usage: " << argv[0]
- << " --" << kFileToParse << "=/path/to/file.in";
+ LOG(ERROR) << "Usage: " << argv[0] << " --" << kFileToParse
+ << "=/path/to/file.in";
return -1;
}
string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);

Powered by Google App Engine
This is Rietveld 408576698