mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 04:52:44 +01:00
fixes clang format introduced by !193
This commit is contained in:
parent
fec573fd6a
commit
f7b4672492
1 changed files with 1 additions and 2 deletions
|
@ -760,8 +760,7 @@ void EmulatedController::StartMotionCalibration() {
|
|||
}
|
||||
}
|
||||
|
||||
void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index,
|
||||
Common::UUID uuid) {
|
||||
void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, Common::UUID uuid) {
|
||||
if (index >= controller.button_values.size()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue