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; |