Author: [email protected]
Date: Mon Mar  9 07:13:57 2009
New Revision: 1454

Modified:
    branches/bleeding_edge/src/builtins-ia32.cc

Log:
Added a space to satisfy presubmit.py.



Modified: branches/bleeding_edge/src/builtins-ia32.cc
==============================================================================
--- branches/bleeding_edge/src/builtins-ia32.cc (original)
+++ branches/bleeding_edge/src/builtins-ia32.cc Mon Mar  9 07:13:57 2009
@@ -386,7 +386,7 @@
      __ mov(edi, Operand(esp, eax, times_4, +1 * kPointerSize));
      __ test(edi, Immediate(kSmiTagMask));
      __ j(zero, &non_function, not_taken);
-    __ CmpObjectType(edi,JS_FUNCTION_TYPE, ecx);
+    __ CmpObjectType(edi, JS_FUNCTION_TYPE, ecx);
      __ j(equal, &function, taken);

      // Non-function called: Clear the function to force exception.

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

Reply via email to