1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-18 06:45:53 +01:00

Whitespace fix

This commit is contained in:
Tau 2021-06-12 12:42:29 -04:00
parent 1627a0c850
commit 9543bd183d

View File

@ -513,7 +513,7 @@ static void idz_di_jvs_read_analogs(struct idz_io_analog_state *out)
} else { } else {
out->brake = 65535 - *brake; out->brake = 65535 - *brake;
} }
if (idz_di_reverse_accel_axis) { if (idz_di_reverse_accel_axis) {
out->accel = *accel; out->accel = *accel;
} else { } else {