From 093f7260e9260b5ea0fc8b78b6b7c68cf37c5112 Mon Sep 17 00:00:00 2001 From: mstarzinger Date: Tue, 1 Sep 2015 08:19:57 -0700 Subject: [PATCH] [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} --- include/v8.h | 4 ++-- src/globals.h | 2 +- tools/presubmit.py | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/v8.h b/include/v8.h index c423eb5..8611c32 100644 --- a/include/v8.h +++ b/include/v8.h @@ -112,8 +112,8 @@ class MaybeLocal; template class Eternal; template class NonCopyablePersistentTraits; template class PersistentBase; -template > class Persistent; +template > +class Persistent; template class Global; template class PersistentValueMap; diff --git a/src/globals.h b/src/globals.h index b3ece83..f69db94 100644 --- a/src/globals.h +++ b/src/globals.h @@ -438,7 +438,7 @@ class ScopeInfo; class Script; class Smi; template - class SplayTree; +class SplayTree; class String; class Symbol; class Name; diff --git a/tools/presubmit.py b/tools/presubmit.py index 5919db3..e8f50ed 100755 --- a/tools/presubmit.py +++ b/tools/presubmit.py @@ -65,7 +65,6 @@ LINT_RULES = """ -readability/namespace -readability/nolint +readability/streams --runtime/indentation_namespace -runtime/references -runtime/threadsafe_fn -whitespace/semicolon -- 2.7.4