Formatting

This commit is contained in:
Nokk 2024-07-08 10:43:42 +10:00
parent 3262e638ed
commit 7bd993bedf

View file

@ -64,8 +64,7 @@ Id EmitFPMax64(EmitContext& ctx, Id a, Id b) {
}
Id EmitFPMin32(EmitContext& ctx, Id a, Id b, bool is_legacy) {
if (is_legacy)
{
if (is_legacy) {
return ctx.OpNMin(ctx.F32[1], a, b);
}