Added a space to satisfy presubmit.py.
authorbak@chromium.org <bak@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 14:13:57 +0000 (14:13 +0000)
committerbak@chromium.org <bak@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 14:13:57 +0000 (14:13 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1454 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/builtins-ia32.cc

index e096abcbb0bcb39c7804037bb3b8b5cffd7b96f1..0e9de8c0f741f671f2e29ada6fd74e99b50191a9 100644 (file)
@@ -386,7 +386,7 @@ void Builtins::Generate_FunctionCall(MacroAssembler* masm) {
     __ 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.