about summary refs log tree commit diff
path: root/src/tools/map_resave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/map_resave.cpp')
-rw-r--r--src/tools/map_resave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_resave.cpp b/src/tools/map_resave.cpp
index d97f0323..a536f021 100644
--- a/src/tools/map_resave.cpp
+++ b/src/tools/map_resave.cpp
@@ -25,7 +25,7 @@ int main(int argc, const char **argv)
 
 	// add all items
 	for(Index = 0; Index < DataFile.NumItems(); Index++)
-	{	
+	{
 		pPtr = DataFile.GetItem(Index, &Type, &ID);
 		Size = DataFile.GetItemSize(Index);
 		df.AddItem(Type, ID, Size, pPtr);