Selective Backlight Softlock Fix misleading indentation.

Change-Id: Iffbdd3c5bd8d2d23f4f7e3af42e16ab0c1dc312b
This commit is contained in:
William Wilgus 2017-01-17 23:50:38 +01:00
parent dc87e9e9f3
commit 6103d4d83d

View file

@ -378,7 +378,7 @@ static int get_action_worker(int context, int timeout, bool *is_pre_button,
if (items == NULL)
break;
ret = do_button_check(items, button, last_button, &i, is_pre_button);
ret = do_button_check(items, button, last_button, &i, is_pre_button);
if (ret == ACTION_UNKNOWN)
{