Whitespace damage fixes.

This is cleaned up by `cleanfile` (from the linux kernel tree
tool set).
This commit is contained in:
Auke Kok 2016-12-15 13:23:31 -08:00 committed by Auke Kok
parent 6256427ce7
commit 138e078f1b
26 changed files with 109 additions and 119 deletions

View File

@ -103,4 +103,3 @@ homedecor.register("medicine_cabinet_open", {
minetest.swap_node(pos, node)
end,
})

View File

@ -3414,4 +3414,3 @@ end
if (minetest.get_modpath("technic") and minetest.get_modpath("dye") and minetest.get_modpath("bees")) then
technic.register_separating_recipe({ input = {"bees:wax 1"}, output = {"homedecor:oil_extract 2","dye:yellow 1"} })
end

View File

@ -301,4 +301,3 @@ if signs_modpath then
signs_lib.register_fence_with_sign("homedecor:fence_brass", "homedecor:fence_brass_with_sign")
signs_lib.register_fence_with_sign("homedecor:fence_wrought_iron", "homedecor:fence_wrought_iron_with_sign")
end

View File

@ -359,4 +359,3 @@ function homedecor.place_banister(itemstack, placer, pointed_thing)
itemstack:take_item()
return itemstack
end

View File

@ -57,6 +57,3 @@ mt.__index = function(table, key)
error("unexpected datatype " .. tostring(type(ref)) .. " while looking for " .. key)
end
setmetatable(homedecor.nodebox, mt)

View File

@ -112,4 +112,3 @@ function homedecor.stop_particle_spawner(pos)
this_spawner_meta:set_int("active", nil)
this_spawner_meta:set_int("sound", nil)
end

View File

@ -49,4 +49,3 @@ for i in ipairs(shutters) do
end
minetest.register_alias("homedecor:shutter_purple", "homedecor:shutter_violet")

View File

@ -89,4 +89,3 @@ if minetest.get_modpath("moreblocks") then
}
})
end