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

Unified Diff: net/base/load_states.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_states.h
diff --git a/net/base/load_states.h b/net/base/load_states.h
index e0915bacbe35b7c5104e8fbf10e7d0970ad60137..41805b9fcca609e3ccb37c629c47e2478c719ceb 100644
--- a/net/base/load_states.h
+++ b/net/base/load_states.h
@@ -13,10 +13,9 @@ 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
-
};
// Some states, like LOAD_STATE_WAITING_FOR_DELEGATE, are associated with extra

Powered by Google App Engine
This is Rietveld 408576698