From 3e6574b6b30aa99e9540bee49c5925ae3970611b Mon Sep 17 00:00:00 2001
From: Crimson Hawk <warrobots.5psiml@gmail.com>
Date: Thu, 21 Mar 2024 11:39:09 +0000
Subject: [PATCH] Revert "fixes clang format introduced by !193"

This reverts commit f7b467249261ba4989d5ec61aa62ad24d770140b
---
 src/hid_core/frontend/emulated_controller.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/hid_core/frontend/emulated_controller.cpp b/src/hid_core/frontend/emulated_controller.cpp
index 1adcdafb5f..9aa08d5cc9 100644
--- a/src/hid_core/frontend/emulated_controller.cpp
+++ b/src/hid_core/frontend/emulated_controller.cpp
@@ -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;
     }
-- 
GitLab