Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 646aee23eb2b87c4ae6ba26c901dd84fdb773cf2..b50d3049122de41e345974c7b1828d1da62edbeb 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -657,7 +657,7 @@ class ArrayConstructorStub: public PlatformCodeStub { |
class MathPowStub: public PlatformCodeStub { |
public: |
- enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK}; |
+ enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK }; |
explicit MathPowStub(ExponentType exponent_type) |
: exponent_type_(exponent_type) { } |