Revision: 6877
Author: [email protected]
Date: Mon Feb 21 22:41:32 2011
Log: Fix presubmit failure.

[email protected]

Review URL: http://codereview.chromium.org/6552001
http://code.google.com/p/v8/source/detail?r=6877

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

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Mon Feb 21 22:25:01 2011
+++ /branches/bleeding_edge/src/hydrogen.cc     Mon Feb 21 22:41:32 2011
@@ -5436,7 +5436,8 @@
   CHECK_BAILOUT;
   HContext* context = new HContext;
   AddInstruction(context);
- HCallStub* result = new HCallStub(context, CodeStub::RegExpConstructResult, 3);
+  HCallStub* result =
+      new HCallStub(context, CodeStub::RegExpConstructResult, 3);
   Drop(3);
   ast_context()->ReturnInstruction(result, call->id());
 }

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

Reply via email to