From 61786182d2bbbe4b8fcd4ddcd57c74118ccea7e6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 6 Dec 2001 18:14:44 +0000 Subject: [PATCH] whitespace --- tools/qfcc/source/emit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qfcc/source/emit.c b/tools/qfcc/source/emit.c index 0b1e0bc62..3fd1e551f 100644 --- a/tools/qfcc/source/emit.c +++ b/tools/qfcc/source/emit.c @@ -140,7 +140,8 @@ emit_function_call (expr_t *e, def_t *dest) emit_statement (e->line, op, arg, &parm, 0); } } - op = PR_Opcode_Find (va ("", count), &def_function, &def_void, &def_void); + op = PR_Opcode_Find (va ("", count), &def_function, &def_void, + &def_void); emit_statement (e->line, op, func, 0, 0); def_ret.type = func->type->aux_type;