Revision: 5832
Author: [email protected]
Date: Tue Nov 16 07:23:47 2010
Log: Fixing lint errors.

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

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

=======================================
--- /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Tue Nov 16 07:04:41 2010 +++ /branches/bleeding_edge/src/ia32/macro-assembler-ia32.cc Tue Nov 16 07:23:47 2010
@@ -408,7 +408,7 @@

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

=======================================
--- /branches/bleeding_edge/src/ia32/macro-assembler-ia32.h Tue Nov 16 07:04:41 2010 +++ /branches/bleeding_edge/src/ia32/macro-assembler-ia32.h Tue Nov 16 07:23:47 2010
@@ -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