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

Unified Diff: runtime/platform/globals.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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
« no previous file with comments | « no previous file | runtime/vm/allocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/globals.h
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
index cd7490169fa2c8220fbecc8937f1e9d6eacb0009..231464c2f54d79d684bcf8bf35c39305022146f5 100644
--- a/runtime/platform/globals.h
+++ b/runtime/platform/globals.h
@@ -128,15 +128,15 @@
#if defined(PRODUCT)
#define NOT_IN_PRODUCT(code)
-#define DEBUG_ONLY(code)
#else // defined(PRODUCT)
#define NOT_IN_PRODUCT(code) code
+#endif // defined(PRODUCT)
+
#if defined(DEBUG)
#define DEBUG_ONLY(code) code
#else // defined(DEBUG)
#define DEBUG_ONLY(code)
#endif // defined(DEBUG)
-#endif // defined(PRODUCT)
#if defined(DART_PRECOMPILED_RUNTIME) && defined(DART_PRECOMPILER)
#error DART_PRECOMPILED_RUNTIME and DART_PRECOMPILER are mutually exclusive
« no previous file with comments | « no previous file | runtime/vm/allocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698