From 4a4f95bddd08bd71bd509de2c5063eaa8be811b4 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Mon, 4 May 2009 19:31:36 +0000 Subject: [PATCH] Fix a guard style inconsistency in regexp-stack.h. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regexp-stack.h b/src/regexp-stack.h index b186592..b955e76 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_ -- 2.7.4