From c21082665a6beb09d7a66e473e5a11df828bc2d0 Mon Sep 17 00:00:00 2001 From: Clang Robot Date: Fri, 12 Jan 2024 22:58:00 +0000 Subject: [PATCH] style (*): Committing clang-format changes --- R-Type/src/Scripts/Player/Module.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R-Type/src/Scripts/Player/Module.cpp b/R-Type/src/Scripts/Player/Module.cpp index 4d35fe1c..e6314976 100644 --- a/R-Type/src/Scripts/Player/Module.cpp +++ b/R-Type/src/Scripts/Player/Module.cpp @@ -86,9 +86,7 @@ namespace RType { } } - void Module::OnUpdate(Timestep ts) { - (void)ts; - } + void Module::OnUpdate(Timestep ts) { (void)ts; } void Module::Shoot() { Scene *scene = HandleEntity.GetScene();