Fixed space characters

This commit is contained in:
Christophe Riccio 2012-11-13 13:19:11 +01:00
parent 4fff9b4367
commit 7778013575
3 changed files with 37 additions and 38 deletions

View File

@ -25,7 +25,6 @@ namespace glm
# else # else
return std::isfinite(x) != 0; return std::isfinite(x) != 0;
# endif # endif
} }
template <typename valType> template <typename valType>