summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtc/gtc_bitfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/test/gtc/gtc_bitfield.cpp')
-rw-r--r--3rdparty/glm/test/gtc/gtc_bitfield.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/glm/test/gtc/gtc_bitfield.cpp b/3rdparty/glm/test/gtc/gtc_bitfield.cpp
index a9346b7a888..a22ff860a1f 100644
--- a/3rdparty/glm/test/gtc/gtc_bitfield.cpp
+++ b/3rdparty/glm/test/gtc/gtc_bitfield.cpp
@@ -8,7 +8,7 @@
namespace mask
{
- template<typename genType>
+ template <typename genType>
struct type
{
genType Value;
@@ -195,7 +195,7 @@ namespace mask
namespace bitfieldInterleave3
{
- template<typename PARAM, typename RET>
+ template <typename PARAM, typename RET>
inline RET refBitfieldInterleave(PARAM x, PARAM y, PARAM z)
{
RET Result = 0;
@@ -231,7 +231,7 @@ namespace bitfieldInterleave3
namespace bitfieldInterleave4
{
- template<typename PARAM, typename RET>
+ template <typename PARAM, typename RET>
inline RET loopBitfieldInterleave(PARAM x, PARAM y, PARAM z, PARAM w)
{
RET const v[4] = {x, y, z, w};