Skip to content

Commit ee2444d

Browse files
committed
Remove stray whitespace in gamepad.c
1 parent f86c13a commit ee2444d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/tools/gamepad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static void _process_axis_and_send(dt_gamepad_device_t *gamepad,
182182
}
183183
else
184184
{
185-
gamepad->location[stick] += size * step_size * angle;
185+
gamepad->location[stick] += size * step_size * angle;
186186
dt_shortcut_move(gamepad->id, timestamp, stick + ((angle < 0) ? 5 : 4), size);
187187
}
188188
}

0 commit comments

Comments
 (0)