Revision: 3581
Author: [email protected]
Date: Tue Jan 12 01:58:50 2010
Log: Fix lint error.  I must have been following the Standard ML style
guide.

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

Modified:
 /branches/bleeding_edge/src/ia32/fast-codegen-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/fast-codegen-ia32.cc Tue Jan 12 00:48:26 2010 +++ /branches/bleeding_edge/src/ia32/fast-codegen-ia32.cc Tue Jan 12 01:58:50 2010
@@ -718,7 +718,7 @@
       if (!result_saved) __ push(eax);
       TestAndBranch(eax, &discard, false_label_);
       __ bind(&discard);
-      __ Drop (1);
+      __ Drop(1);
       __ jmp(true_label_);
       break;
     }
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to