From a1ab00169c7c0531c8ebbaa657971e27f3721776 Mon Sep 17 00:00:00 2001 From: Yuri Pourre Date: Mon, 22 Mar 2021 18:48:10 -0300 Subject: [PATCH] Fix indentation --- SourceX/controls/controller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceX/controls/controller.h b/SourceX/controls/controller.h index a2cc7c259..91eac166a 100644 --- a/SourceX/controls/controller.h +++ b/SourceX/controls/controller.h @@ -29,8 +29,8 @@ public: void ScaleJoysticks(); // NOTE: Not idempotent because of how it handles axis triggers. - // Must be called exactly once for each SDL input event. - ControllerButton ToControllerButton(const SDL_Event &event) const; + // Must be called exactly once for each SDL input event. + ControllerButton ToControllerButton(const SDL_Event &event) const; private: void ScaleJoystickAxes(float *x, float *y, float deadzone);