Revision: 10990
Author:   [email protected]
Date:     Fri Mar  9 06:53:02 2012
Log:      Fix presubmit problem with elements template macro

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9665002
http://code.google.com/p/v8/source/detail?r=10990

Modified:
 /branches/bleeding_edge/src/elements.cc

=======================================
--- /branches/bleeding_edge/src/elements.cc     Fri Mar  9 05:48:29 2012
+++ /branches/bleeding_edge/src/elements.cc     Fri Mar  9 06:53:02 2012
@@ -98,7 +98,7 @@

 #define ELEMENTS_TRAITS(Class, KindParam, Store)               \
 template<> class ElementsKindTraits<KindParam> {               \
- public:                                                       \
+  public:                                                      \
   static const ElementsKind Kind = KindParam;                  \
   typedef Store BackingStore;                                  \
 };

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to