Index: src/x87/code-stubs-x87.h |
diff --git a/src/x87/code-stubs-x87.h b/src/x87/code-stubs-x87.h |
index 5f42573f6cf84fc0c1a70e34cb82184bd934761a..039ee63ab3063cbc84a455dcb0bfc2f7a5c55893 100644 |
--- a/src/x87/code-stubs-x87.h |
+++ b/src/x87/code-stubs-x87.h |
@@ -16,7 +16,7 @@ void ArrayNativeCode(MacroAssembler* masm, |
Label* call_generic_code); |
-class StoreBufferOverflowStub: public PlatformCodeStub { |
+class StoreBufferOverflowStub : public PlatformCodeStub { |
public: |
explicit StoreBufferOverflowStub(Isolate* isolate) |
: PlatformCodeStub(isolate) { } |