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

Unified Diff: net/http/http_status_code.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/http/http_status_code.h
diff --git a/net/http/http_status_code.h b/net/http/http_status_code.h
index a4b398b5038c20c5bf131d73f99621c06c4e1737..753579a70fb651c6df6d756af1a82d97eddab57c 100644
--- a/net/http/http_status_code.h
+++ b/net/http/http_status_code.h
@@ -12,10 +12,9 @@ namespace net {
// HTTP status codes.
enum HttpStatusCode {
-#define HTTP_STATUS(label, code, reason) HTTP_ ## label = code,
+#define HTTP_STATUS(label, code, reason) HTTP_##label = code,
#include "net/http/http_status_code_list.h"
#undef HTTP_STATUS
-
};
// Returns the corresponding HTTP status description to use in the Reason-Phrase

Powered by Google App Engine
This is Rietveld 408576698