From e2028632eb5601da99c30e3f7ac437fc5da33188 Mon Sep 17 00:00:00 2001 From: "bak@chromium.org" Date: Mon, 9 Mar 2009 14:13:57 +0000 Subject: [PATCH] Added a space to satisfy presubmit.py. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1454 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/builtins-ia32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins-ia32.cc b/src/builtins-ia32.cc index e096abcbb..0e9de8c0f 100644 --- a/src/builtins-ia32.cc +++ b/src/builtins-ia32.cc @@ -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. -- 2.34.1