Revision: 6494
Author: [email protected]
Date: Wed Jan 26 07:02:02 2011
Log: Fix indentation.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Mon Jan 24 23:49:39 2011 +++ /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Wed Jan 26 07:02:02 2011
@@ -1288,7 +1288,7 @@
   ExternalReference scheduled_exception_address =
       ExternalReference::scheduled_exception_address();
   cmp(Operand::StaticVariable(scheduled_exception_address),
-         Immediate(Factory::the_hole_value()));
+      Immediate(Factory::the_hole_value()));
   j(not_equal, &promote_scheduled_exception, not_taken);
   LeaveApiExitFrame();
   ret(stack_space * kPointerSize);

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

Reply via email to