forked from Dniel97/segatools
Whitespace fix
This commit is contained in:
parent
1627a0c850
commit
9543bd183d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user