Author: [email protected]
Date: Mon May  4 12:31:36 2009
New Revision: 1847

Modified:
    branches/bleeding_edge/src/regexp-stack.h

Log:
Fix a guard style inconsistency in regexp-stack.h.
Two spaces before the endif guard comment.

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


Modified: branches/bleeding_edge/src/regexp-stack.h
==============================================================================
--- branches/bleeding_edge/src/regexp-stack.h   (original)
+++ branches/bleeding_edge/src/regexp-stack.h   Mon May  4 12:31:36 2009
@@ -103,4 +103,4 @@

  }}  // namespace v8::internal

-#endif // V8_REGEXP_STACK_H_
+#endif  // V8_REGEXP_STACK_H_

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

Reply via email to