Fix a guard style inconsistency in regexp-stack.h.
authordeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 May 2009 19:31:36 +0000 (19:31 +0000)
committerdeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 May 2009 19:31:36 +0000 (19:31 +0000)
Two spaces before the endif guard comment.

Review URL: http://codereview.chromium.org/99363

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

src/regexp-stack.h

index b186592..b955e76 100644 (file)
@@ -103,4 +103,4 @@ class RegExpStack {
 
 }}  // namespace v8::internal
 
-#endif // V8_REGEXP_STACK_H_
+#endif  // V8_REGEXP_STACK_H_