From 1ad1edf3156f2ad311f9a26db15d9d9cd28fecda Mon Sep 17 00:00:00 2001 From: Groove Date: Thu, 12 Jul 2018 21:18:44 +0200 Subject: [PATCH] Fixed clang warning --- test/gtx/gtx_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtx/gtx_io.cpp b/test/gtx/gtx_io.cpp index 13c8722d..a1b5efa9 100644 --- a/test/gtx/gtx_io.cpp +++ b/test/gtx/gtx_io.cpp @@ -183,4 +183,4 @@ int main() return 0; } -#endif// GLM_LANG & GLM_LANG_CXXMS_FLAG \ No newline at end of file +#endif// GLM_LANG & GLM_LANG_CXXMS_FLAG