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

Unified Diff: third_party/logging.h

Issue 453133004: clang-format all code (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 4 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: third_party/logging.h
diff --git a/third_party/logging.h b/third_party/logging.h
index 3629e84d4a986404bfb742a7619e18595091d468..9f55dcfde03d58a5fd633052cbc92bb936d10570 100644
--- a/third_party/logging.h
+++ b/third_party/logging.h
@@ -7,10 +7,10 @@
#include <stdlib.h>
-#define CHECK(condition) \
- if (!(condition)) { \
- abort(); \
- *(reinterpret_cast<volatile char*>(NULL) + 42) = 0x42; \
+#define CHECK(condition) \
+ if (!(condition)) { \
+ abort(); \
+ *(reinterpret_cast<volatile char*>(NULL) + 42) = 0x42; \
}
#define NOTREACHED() abort()

Powered by Google App Engine
This is Rietveld 408576698