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

Unified Diff: net/base/load_flags.h

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/base/load_flags.h
diff --git a/net/base/load_flags.h b/net/base/load_flags.h
index 53b2d58d2089df93596cb59bed60b5f211aaac11..5bfb4104ebd1cfe3646d188c67b7f12a10a6a1df 100644
--- a/net/base/load_flags.h
+++ b/net/base/load_flags.h
@@ -11,10 +11,9 @@ 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
-
};
} // namespace net
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/base/load_flags_list.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698