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

Unified Diff: net/base/load_flags.h

Issue 642403002: git cl format the first third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 years, 1 month 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/base/load_flags.h
diff --git a/net/base/load_flags.h b/net/base/load_flags.h
index 53b2d58d2089df93596cb59bed60b5f211aaac11..714658ca73711b8873c4748c03703763c7cb9aec 100644
--- a/net/base/load_flags.h
+++ b/net/base/load_flags.h
@@ -11,7 +11,7 @@ namespace net {
// intended to be OR'd together.
enum {
-#define LOAD_FLAG(label, value) LOAD_ ## label = value,
+#define LOAD_FLAG(label, value) LOAD_##label = value,
#include "net/base/load_flags_list.h"
#undef LOAD_FLAG

Powered by Google App Engine
This is Rietveld 408576698