From 06afe0718a8cc982613aece5487047871957ba48 Mon Sep 17 00:00:00 2001 From: Leandro Nini Date: Tue, 20 Sep 2022 18:49:15 +0200 Subject: [PATCH] Fix indentation --- glm/simd/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/simd/platform.h b/glm/simd/platform.h index 290654b5..4fe0900d 100644 --- a/glm/simd/platform.h +++ b/glm/simd/platform.h @@ -72,7 +72,7 @@ #define GLM_COMPILER_GCC49 0x02000100 #define GLM_COMPILER_GCC5 0x02000200 #define GLM_COMPILER_GCC6 0x02000300 -#define GLM_COMPILER_GCC61 0x02000800 +#define GLM_COMPILER_GCC61 0x02000800 #define GLM_COMPILER_GCC7 0x02000400 #define GLM_COMPILER_GCC8 0x02000500