Daniele Bartolini 11 лет назад
Родитель
Сommit
dd98a712f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      engine/core/mem/memory.cpp

+ 1 - 1
engine/core/mem/memory.cpp

@@ -133,7 +133,7 @@ namespace memory
 		// Holds the number of bytes of an allocation
 		struct Header
 		{
-			uint32_t	size;
+			uint32_t size;
 		};
 
 		//-----------------------------------------------------------------------------