From ae2deebbdc0fba270ba75ad774bcfcd8a7356306 Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 22 Jan 2025 18:18:20 +0100 Subject: [PATCH] Fix missing newline --- glm/gtx/structured_bindings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/structured_bindings.hpp b/glm/gtx/structured_bindings.hpp index 3a7efb2a..8475007c 100644 --- a/glm/gtx/structured_bindings.hpp +++ b/glm/gtx/structured_bindings.hpp @@ -89,4 +89,4 @@ namespace glm /// @} }//namespace glm -#include "structured_bindings.inl" \ No newline at end of file +#include "structured_bindings.inl"