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

Unified Diff: net/base/net_errors.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/net_errors.h
diff --git a/net/base/net_errors.h b/net/base/net_errors.h
index 2c513612209f7c2eb08dc6c249160da506664b6f..97d8dfebc906c08c3a0bafc3792229597a5dba82 100644
--- a/net/base/net_errors.h
+++ b/net/base/net_errors.h
@@ -21,7 +21,7 @@ enum Error {
// No error.
OK = 0,
-#define NET_ERROR(label, value) ERR_ ## label = value,
+#define NET_ERROR(label, value) ERR_##label = value,
#include "net/base/net_error_list.h"
#undef NET_ERROR

Powered by Google App Engine
This is Rietveld 408576698