Fix a lint error.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Sep 2009 07:30:37 +0000 (07:30 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Sep 2009 07:30:37 +0000 (07:30 +0000)
Review URL: http://codereview.chromium.org/235052

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2982 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/objects.h

index 8c381e7f8ef24888fa944986265b16c5b699d072..71740f986c14fdb20832fb7dcbf0174232a2259f 100644 (file)
@@ -760,7 +760,7 @@ class Object BASE_EMBEDDED {
   inline bool IsExternalAsciiString();
   inline bool IsSeqTwoByteString();
   inline bool IsSeqAsciiString();
-#endif // DEBUG
+#endif  // DEBUG
   inline bool IsConsString();
 
   inline bool IsNumber();