[presubmit] Fix runtime/indentation_namespace linter violations.
authormstarzinger <mstarzinger@chromium.org>
Tue, 1 Sep 2015 15:19:57 +0000 (08:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 1 Sep 2015 15:20:09 +0000 (15:20 +0000)
R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1302413007

Cr-Commit-Position: refs/heads/master@{#30514}

include/v8.h
src/globals.h
tools/presubmit.py

index c423eb5..8611c32 100644 (file)
@@ -112,8 +112,8 @@ class MaybeLocal;
 template <class T> class Eternal;
 template<class T> class NonCopyablePersistentTraits;
 template<class T> class PersistentBase;
-template<class T,
-         class M = NonCopyablePersistentTraits<T> > class Persistent;
+template <class T, class M = NonCopyablePersistentTraits<T> >
+class Persistent;
 template <class T>
 class Global;
 template<class K, class V, class T> class PersistentValueMap;
index b3ece83..f69db94 100644 (file)
@@ -438,7 +438,7 @@ class ScopeInfo;
 class Script;
 class Smi;
 template <typename Config, class Allocator = FreeStoreAllocationPolicy>
-    class SplayTree;
+class SplayTree;
 class String;
 class Symbol;
 class Name;
index 5919db3..e8f50ed 100755 (executable)
@@ -65,7 +65,6 @@ LINT_RULES = """
 -readability/namespace
 -readability/nolint
 +readability/streams
--runtime/indentation_namespace
 -runtime/references
 -runtime/threadsafe_fn
 -whitespace/semicolon