From 607177a396bf610abaf59bceb14b82dafe8c7c37 Mon Sep 17 00:00:00 2001 From: YaaZ <764610@gmail.com> Date: Fri, 22 Sep 2023 20:45:09 +0200 Subject: [PATCH] Fix tabs. --- glm/glm.cppm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/glm.cppm b/glm/glm.cppm index ffe400211..85e946e0f 100644 --- a/glm/glm.cppm +++ b/glm/glm.cppm @@ -2670,6 +2670,6 @@ export namespace glm { #if defined(_MSC_VER) // Workaround // Partial template specialization doesn't need to be exported explicitly, but this may not work otherwise on MSVC. export namespace std { - using std::hash; // See GLM_GTX_hash + using std::hash; // See GLM_GTX_hash } #endif