Run cleanfile on all files, fixing whitespace issues.

This commit is contained in:
Auke Kok 2016-12-15 14:56:45 -08:00
parent 9a6517b8da
commit 323879fe07
10 changed files with 67 additions and 70 deletions

View File

@ -77,4 +77,3 @@ minetest.register_abm({
})
end,
})

View File

@ -355,4 +355,3 @@ minetest.register_craftitem("moreblocks:nothing", {
inventory_image = "invisible.png",
on_use = function() end,
})

View File

@ -136,4 +136,3 @@ function stairsplus:register_6dfacedir_conversion(modname, material)
})
end
end