Revision: 2982
Author: [email protected]
Date: Tue Sep 29 00:30:37 2009
Log: Fix a lint error.

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

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

=======================================
--- /branches/bleeding_edge/src/objects.h       Mon Sep 28 16:21:58 2009
+++ /branches/bleeding_edge/src/objects.h       Tue Sep 29 00:30:37 2009
@@ -760,7 +760,7 @@
    inline bool IsExternalAsciiString();
    inline bool IsSeqTwoByteString();
    inline bool IsSeqAsciiString();
-#endif // DEBUG
+#endif  // DEBUG
    inline bool IsConsString();

    inline bool IsNumber();

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

Reply via email to