Fixed space

pull/546/head
Léo Terziman 2014-05-21 15:59:13 +02:00
parent 279a97872a
commit 274a6ce1ff
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ inline uint64_t strtoul10_64( const char* in, const char** out=0, unsigned int*
// If you find any bugs, please send them to me, niko (at) irrlicht3d.org.
// ------------------------------------------------------------------------------------
template <typename Real>
inline const char* fast_atoreal_move( const char* c, Real& out, bool check_comma = true)
inline const char* fast_atoreal_move(const char* c, Real& out, bool check_comma = true)
{
Real f;