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

Unified Diff: net/base/load_states.h

Issue 647883002: git cl format the final third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_states.h
diff --git a/net/base/load_states.h b/net/base/load_states.h
index e0915bacbe35b7c5104e8fbf10e7d0970ad60137..6fc83d4bac964ea93672c085207ede75f4c950ca 100644
--- a/net/base/load_states.h
+++ b/net/base/load_states.h
@@ -13,7 +13,7 @@ namespace net {
// may be blocked and unable to make progress.
enum LoadState {
-#define LOAD_STATE(label) LOAD_STATE_ ## label,
+#define LOAD_STATE(label) LOAD_STATE_##label,
#include "net/base/load_states_list.h"
#undef LOAD_STATE

Powered by Google App Engine
This is Rietveld 408576698