From 5312a276516f5df108977693b264f368e2e93cc7 Mon Sep 17 00:00:00 2001 From: yassineimounachen <160498229+yassineimounachen@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:05:38 +0100 Subject: Delete useless tab indent --- tminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.3