Fixed space characters

This commit is contained in:
Christophe Riccio 2013-04-02 01:50:12 +02:00
parent 4b4f3fbbaa
commit d2c0cf0a93
2 changed files with 26 additions and 26 deletions

View File

@ -169,7 +169,7 @@ namespace detail
/// Unsigned integer type.
///
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a>
typedef uint_t uint;
typedef unsigned int uint;
/// @}