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

Unified Diff: include/v8.h

Issue 1302413007: [presubmit] Fix runtime/indentation_namespace linter violations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_fix-presubmit-rules
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index c423eb5dc4bb71c75374061c00d9101b84ea51b4..8611c32f7885c93a0333dd5e851b7d5205fcd882 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -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;
« no previous file with comments | « no previous file | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698