From f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 14:49:26 +0800 Subject: format * format * Minor test fixes * enable checking cpp format in ci --- tools/platform/vector-math.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools/platform/vector-math.h') diff --git a/tools/platform/vector-math.h b/tools/platform/vector-math.h index e35cb46ac..2e24833eb 100644 --- a/tools/platform/vector-math.h +++ b/tools/platform/vector-math.h @@ -4,12 +4,13 @@ // We will use the GLM library for our vector math types, just for simplicity. #include "../../external/glm/glm/glm.hpp" -#include "../../external/glm/glm/gtc/matrix_transform.hpp" #include "../../external/glm/glm/gtc/constants.hpp" +#include "../../external/glm/glm/gtc/matrix_transform.hpp" #include "../../external/glm/glm/gtc/quaternion.hpp" -namespace gfx { +namespace gfx +{ using namespace glm; -} // gfx +} // namespace gfx -- cgit v1.2.3