Reviewers: antonm,

Message:
Forgot to run presubmit after fixing your comments.

Description:
Fixing lint errors.


Please review this at http://codereview.chromium.org/5065002/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ia32/macro-assembler-ia32.h
  M     src/ia32/macro-assembler-ia32.cc


Index: src/ia32/macro-assembler-ia32.cc
===================================================================
--- src/ia32/macro-assembler-ia32.cc    (revision 5831)
+++ src/ia32/macro-assembler-ia32.cc    (working copy)
@@ -408,7 +408,7 @@

   // Push the return address to get ready to return.
   push(ecx);
-
+
   LeaveExitFrameEpilogue();
 }

Index: src/ia32/macro-assembler-ia32.h
===================================================================
--- src/ia32/macro-assembler-ia32.h     (revision 5831)
+++ src/ia32/macro-assembler-ia32.h     (working copy)
@@ -609,7 +609,7 @@

   void EnterExitFramePrologue();
   void EnterExitFrameEpilogue(int argc);
-
+
   void LeaveExitFrameEpilogue();

   // Allocation support helpers.


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

Reply via email to