Commit 093f7260 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[presubmit] Fix runtime/indentation_namespace linter violations.

R=machenbach@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30514}
parent 77e40bc5
......@@ -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;
......
......@@ -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;
......
......@@ -65,7 +65,6 @@ LINT_RULES = """
-readability/namespace
-readability/nolint
+readability/streams
-runtime/indentation_namespace
-runtime/references
-runtime/threadsafe_fn
-whitespace/semicolon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment