Remove trailing tabs.

This commit is contained in:
markjcrane
2015-07-23 17:50:16 -06:00
parent 09886a63a7
commit d8c9c3910f

View File

@@ -131,13 +131,13 @@
if (array[category] == nil) then
array[category] = {}
end
--add the subcategory array
if (array[category][subcategory] == nil) then
array[category][subcategory] = {}
x = 1;
end
--add the subcategory array
if (array[category][subcategory][name] == nil) then
array[category][subcategory][name] = {}