aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tminit.c b/tminit.c
index b8adecb..dbda9cf 100644
--- a/tminit.c
+++ b/tminit.c
@@ -215,7 +215,7 @@ static void thrustmaster_model_handler(struct urb *urb)
tm_wheel->response->type);
return;
}
-
+
for (i = 0; i < tm_wheels_infos_length && !twi; i++)
if (tm_wheels_infos[i].model == model)
twi = tm_wheels_infos + i;