浏览代码

Fixed space

Léo Terziman 11 年之前
父节点
当前提交
274a6ce1ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/fast_atof.h

+ 1 - 1
code/fast_atof.h

@@ -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;