Chromium Code Reviews| Index: src/elements.cc |
| diff --git a/src/elements.cc b/src/elements.cc |
| index 5a9f4f4b75106c35e603f73cee348bf6b6c7ffc6..331f6bc4b49162864f52c863497bfa020b453e52 100644 |
| --- a/src/elements.cc |
| +++ b/src/elements.cc |
| @@ -98,7 +98,7 @@ template<ElementsKind Kind> class ElementsKindTraits { |
| #define ELEMENTS_TRAITS(Class, KindParam, Store) \ |
| template<> class ElementsKindTraits<KindParam> { \ |
| - public: \ |
| + public: \ |
| static const ElementsKind Kind = KindParam; \ |
| typedef Store BackingStore; \ |
| }; |