]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_mapgen.h
Revert "Make Lint Happy"
[dragonfireclient.git] / src / script / lua_api / l_mapgen.h
index ebc49a5ec16312550a8277e9be318f9edbccb0a8..0bdc56fc54e6ac9359a37279f2a50b3bceebf4c3 100644 (file)
@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "lua_api/l_base.h"
 
-typedef u16 biome_t; // copy from mg_biome.h to avoid an unnecessary include
+typedef u16 biome_t;  // copy from mg_biome.h to avoid an unnecessary include
 
 class ModApiMapgen : public ModApiBase
 {