From 24a689c27459fbb71fc2ca13627766a0c02fb26e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Dec 2016 22:38:19 +0100 Subject: [PATCH] Cleanup --- tasks/task_autodetect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index abd9024813..014dfdfe3e 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -114,8 +114,8 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf, score += 2; else { - if (!string_is_empty(ident) - && string_is_equal(params->name, ident)) + if ( !string_is_empty(ident) + && string_is_equal(params->name, ident)) score += 1; }