Pad: formatting

Clang format why
This commit is contained in:
TellowKrinkle 2021-02-04 01:00:52 -06:00 committed by tellowkrinkle
parent 84e0f315ad
commit 4105fe41fb
2 changed files with 29 additions and 29 deletions

View File

@ -59,9 +59,9 @@ GamepadConfiguration::GamepadConfiguration(int pad, wxWindow* parent)
}
/**
Initialize the frame
Check if a gamepad is detected
Check if the gamepad support rumbles
* Initialize the frame
* Check if a gamepad is detected
* Check if the gamepad support rumbles
*/
void GamepadConfiguration::InitGamepadConfiguration()
{
@ -145,7 +145,7 @@ void GamepadConfiguration::OnCheckboxChange(wxCommandEvent& event)
}
}
/*
/**
* Checkbox event, called when the value of the choice box change
*/
void GamepadConfiguration::OnChoiceChange(wxCommandEvent& event)

View File

@ -52,8 +52,8 @@ JoystickConfiguration::JoystickConfiguration(int pad, bool left, wxWindow* paren
}
/**
Initialize the frame
Check if a gamepad is detected
* Initialize the frame
* Check if a gamepad is detected
*/
void JoystickConfiguration::InitJoystickConfiguration()
{