Reviewers: ,
Description:
Fix presubmit error introduced by r9767.
[email protected]
Please review this at http://codereview.chromium.org/8383031/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/checks.h
Index: src/checks.h
diff --git a/src/checks.h b/src/checks.h
index
28006fa6f2f26891374c032e0122ea8e11559773..832f778b25c5302a5152780ed896ba1335f4a13d
100644
--- a/src/checks.h
+++ b/src/checks.h
@@ -65,7 +65,7 @@ static inline void CheckHelper(const char* file,
// prints a message to stderr and aborts.
#define CHECK(condition) do { \
if (!(condition)) CheckHelper(__FILE__, __LINE__, #condition, false); \
- } while(0)
+ } while (0)
// Helper function used by the CHECK_EQ function when given int
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev