Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Unified Diff: src/regexp/bytecodes-irregexp.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/regexp/bytecodes-irregexp.h
diff --git a/src/regexp/bytecodes-irregexp.h b/src/regexp/bytecodes-irregexp.h
index 27691422f3700fe4f665d0b06dba541548888025..d6110a3cb53696fcf3e29cabc103af30a5e34002 100644
--- a/src/regexp/bytecodes-irregexp.h
+++ b/src/regexp/bytecodes-irregexp.h
@@ -76,6 +76,8 @@ BYTECODE_ITERATOR(DECLARE_BYTECODES)
static const int BC_##name##_LENGTH = length;
BYTECODE_ITERATOR(DECLARE_BYTECODE_LENGTH)
#undef DECLARE_BYTECODE_LENGTH
-} }
+
+} // namespace internal
+} // namespace v8
#endif // V8_REGEXP_BYTECODES_IRREGEXP_H_

Powered by Google App Engine
This is Rietveld 408576698