Author: [email protected]
Date: Mon Mar  9 01:54:16 2009
New Revision: 1444

Modified:
    branches/bleeding_edge/src/heap-inl.h

Log:
cpplint does not like multiple semicolons on the same line.  Do not
lint that line.

[email protected]
Review URL: http://codereview.chromium.org/39330

Modified: branches/bleeding_edge/src/heap-inl.h
==============================================================================
--- branches/bleeding_edge/src/heap-inl.h       (original)
+++ branches/bleeding_edge/src/heap-inl.h       Mon Mar  9 01:54:16 2009
@@ -262,7 +262,7 @@


  #define CALL_HEAP_FUNCTION_VOID(FUNCTION_CALL) \
-  CALL_AND_RETRY(FUNCTION_CALL, ;, ;)
+  CALL_AND_RETRY(FUNCTION_CALL, ;, ;)  // NOLINT


  #ifdef DEBUG

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to