Fix tabs.

This commit is contained in:
YaaZ 2023-09-22 20:45:09 +02:00
parent c449b34416
commit 607177a396

View File

@ -2670,6 +2670,6 @@ export namespace glm {
#if defined(_MSC_VER) // Workaround #if defined(_MSC_VER) // Workaround
// Partial template specialization doesn't need to be exported explicitly, but this may not work otherwise on MSVC. // Partial template specialization doesn't need to be exported explicitly, but this may not work otherwise on MSVC.
export namespace std { export namespace std {
using std::hash; // See GLM_GTX_hash using std::hash; // See GLM_GTX_hash
} }
#endif #endif