Skip to content
Snippets Groups Projects
Unverified Commit f7b46724 authored by Crimson-Hawk's avatar Crimson-Hawk
Browse files

fixes clang format introduced by !193

parent fec573fd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment