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

Unified Diff: net/android/cert_verify_result_android.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/android/cert_verify_result_android.h
diff --git a/net/android/cert_verify_result_android.h b/net/android/cert_verify_result_android.h
index 7027c3d7726dc1842133f528d6e98c5feda5e181..e11fec3d1e29ba1fb1a0c2987da552ee4d0fb3fb 100644
--- a/net/android/cert_verify_result_android.h
+++ b/net/android/cert_verify_result_android.h
@@ -17,7 +17,7 @@ namespace net {
namespace android {
enum CertVerifyStatusAndroid {
-#define CERT_VERIFY_STATUS_ANDROID(label, value) VERIFY_ ## label = value,
+#define CERT_VERIFY_STATUS_ANDROID(label, value) VERIFY_##label = value,
#include "net/android/cert_verify_status_android_list.h"
#undef CERT_VERIFY_STATUS_ANDROID
};

Powered by Google App Engine
This is Rietveld 408576698