aboutsummaryrefslogtreecommitdiff
path: root/tminit.c
diff options
context:
space:
mode:
authoryassineimounachen <160498229+yassineimounachen@users.noreply.github.com>2024-09-17 19:05:38 +0100
committerGitHub <noreply@github.com>2024-09-17 19:05:38 +0100
commit5312a276516f5df108977693b264f368e2e93cc7 (patch)
treea763405028d1cc27c060950c242b25d3ca5753d0 /tminit.c
parent3c604578073aa04c86119bbf17eb4e2b515ed592 (diff)
downloadhid-tminit-5312a276516f5df108977693b264f368e2e93cc7.tar.gz
hid-tminit-5312a276516f5df108977693b264f368e2e93cc7.zip
Delete useless tab indent
Diffstat (limited to 'tminit.c')
-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;