Reviewers: Erik Corry, Message: Lame, my fault. I turned a /* */ comment into a // comment, and broke the lint.
Description: Fix a guard style inconsistency in regexp-stack.h. Two spaces before the endif guard comment. Please review this at http://codereview.chromium.org/99363 Affected files: M src/regexp-stack.h Index: src/regexp-stack.h diff --git a/src/regexp-stack.h b/src/regexp-stack.h index b1865925023abf5c13e38517dd5b06956ffc394d..b955e76a0f4c03c9dbc11f7143b7d86fbd8909b7 100644 --- a/src/regexp-stack.h +++ b/src/regexp-stack.h @@ -103,4 +103,4 @@ class RegExpStack { }} // 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 -~----------~----~----~----~------~----~------~--~---
