Fix coding style for fast forward message

This commit is contained in:
Rob Loach 2017-11-18 11:08:11 -05:00 committed by GitHub
parent 5a990841dc
commit b73a8750e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2766,7 +2766,7 @@ static enum runloop_state runloop_check_state(
if (new_button_state && !old_button_state)
{
if (input_nonblock_state){
if (input_nonblock_state) {
input_driver_unset_nonblock_state();
runloop_fastmotion = false;
}