Revert "fixes clang format introduced by !193"

This reverts commit f7b4672492
This commit is contained in:
Crimson Hawk 2024-03-21 11:39:09 +00:00
parent f7b4672492
commit 3e6574b6b3
1 changed files with 2 additions and 1 deletions

View File

@ -760,7 +760,8 @@ 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;
}