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

Unified Diff: net/base/net_errors.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/net_errors.h
diff --git a/net/base/net_errors.h b/net/base/net_errors.h
index 4dc6042b65eb9abb8c1bf64268e29d30fb2d420f..6968f309870966cbef59d0d743ff4f4a87ddde85 100644
--- a/net/base/net_errors.h
+++ b/net/base/net_errors.h
@@ -22,7 +22,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