mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 03:26:33 -04:00
formatting
This commit is contained in:
@@ -216,7 +216,7 @@ Val* Compiler::compile_function_or_method_call(const goos::Object& form, Env* en
|
||||
head_as_lambda = dynamic_cast<LambdaVal*>(head);
|
||||
}
|
||||
|
||||
if(!head_as_lambda) {
|
||||
if (!head_as_lambda) {
|
||||
head = head->to_gpr(env);
|
||||
}
|
||||
|
||||
@@ -227,8 +227,6 @@ Val* Compiler::compile_function_or_method_call(const goos::Object& form, Env* en
|
||||
eval_args.push_back(intermediate->to_reg(env));
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (head_as_lambda) {
|
||||
// inline the function!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user