Revision: 9770
Author:   [email protected]
Date:     Tue Oct 25 02:30:52 2011
Log:      Fix presubmit error introduced by r9767.

[email protected]

Review URL: http://codereview.chromium.org/8383031
http://code.google.com/p/v8/source/detail?r=9770

Modified:
 /branches/bleeding_edge/src/checks.h

=======================================
--- /branches/bleeding_edge/src/checks.h        Tue Oct 25 02:06:07 2011
+++ /branches/bleeding_edge/src/checks.h        Tue Oct 25 02:30:52 2011
@@ -65,7 +65,7 @@
 // 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

Reply via email to