Skip to content

Commit

Permalink
getting tired of finding these space vs tabs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-TU committed Oct 11, 2022
1 parent c4e7e8f commit c8aabc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inputdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void InputDevice::changeSetAxisButtonAssociation(int button_index, int axis_inde
{
button = getJoystick_sets().value(newset)->getJoyAxis(axis_index)->getPAxisButton();
}
if (button != nullptr)
if (button != nullptr)
{
JoyButton::SetChangeCondition tempmode = static_cast<JoyButton::SetChangeCondition>(mode);
button->setChangeSetSelection(originset);
Expand Down

0 comments on commit c8aabc5

Please sign in to comment.