Fix trailing whitespace (#482)

Trim all trailing whitespace characters,
This commit is contained in:
Christopher Head
2019-01-26 05:15:40 -08:00
committed by SmallJoker
parent 5f6b87d43a
commit 4f78a69ffc
32 changed files with 94 additions and 94 deletions

View File

@ -8,7 +8,7 @@ minetest.register_node( ":technic:mineral_uranium", {
groups = {cracky=3, radioactive=1},
sounds = default.node_sound_stone_defaults(),
drop = "technic:uranium_lump",
})
})
minetest.register_node( ":technic:mineral_chromium", {
description = S("Chromium Ore"),
@ -17,7 +17,7 @@ minetest.register_node( ":technic:mineral_chromium", {
groups = {cracky=3},
sounds = default.node_sound_stone_defaults(),
drop = "technic:chromium_lump",
})
})
minetest.register_node( ":technic:mineral_zinc", {
description = S("Zinc Ore"),
@ -52,7 +52,7 @@ minetest.register_node( ":technic:granite", {
is_ground_content = true,
groups = {cracky=1},
sounds = default.node_sound_stone_defaults(),
})
})
minetest.register_node( ":technic:marble", {
description = S("Marble"),
@ -60,7 +60,7 @@ minetest.register_node( ":technic:marble", {
is_ground_content = true,
groups = {cracky=3, marble=1},
sounds = default.node_sound_stone_defaults(),
})
})
minetest.register_node( ":technic:marble_bricks", {
description = S("Marble Bricks"),
@ -68,7 +68,7 @@ minetest.register_node( ":technic:marble_bricks", {
is_ground_content = true,
groups = {cracky=3},
sounds = default.node_sound_stone_defaults(),
})
})
minetest.register_node(":technic:uranium_block", {
description = S("Uranium Block"),