Revision: 5959
Author: [email protected]
Date: Fri Dec 10 03:02:09 2010
Log: Fix presubmit

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

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

=======================================
--- /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Fri Dec 10 02:02:42 2010 +++ /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Fri Dec 10 03:02:09 2010
@@ -1230,7 +1230,8 @@


 Operand ApiParameterOperand(int index) {
- return Operand(esp, (index + (kReturnHandlesDirectly ? 0 : 1)) * kPointerSize);
+  return Operand(
+      esp, (index + (kReturnHandlesDirectly ? 0 : 1)) * kPointerSize);
 }


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

Reply via email to