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() |