Reviewers: Mads Ager,

Description:
Fix a lint error.


Please review this at http://codereview.chromium.org/235052

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/objects.h


Index: src/objects.h
===================================================================
--- src/objects.h       (revision 2981)
+++ src/objects.h       (working copy)
@@ -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