Selective Backlight Softlock Fix misleading indentation.
Change-Id: Iffbdd3c5bd8d2d23f4f7e3af42e16ab0c1dc312b
This commit is contained in:
parent
dc87e9e9f3
commit
6103d4d83d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue