Remove trailing tabs.

This commit is contained in:
markjcrane 2015-07-23 17:50:16 -06:00
parent b1087f5a43
commit 4243764010
1 changed files with 2 additions and 2 deletions

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] = {}