trailing whitespace trim

develop
eamondo2 2023-01-23 13:36:12 -05:00
parent 63de2ac9ec
commit 7536426929
2 changed files with 2 additions and 2 deletions

@ -803,7 +803,7 @@ static int automelt_getItemCountsAndStockpileConfigs(lua_State *L) {
int id = pile->id;
DEBUG(cycle,*out).print("id=%d\ncount_res=%d\n", id, watched_stockpiles.count(id));
if (watched_stockpiles.count(id)) {
DEBUG(cycle,*out).print("indexed_id=%d\n", get_config_val(watched_stockpiles[id], STOCKPILE_CONFIG_ID));
push_stockpile_config(L, watched_stockpiles[id]);

@ -72,7 +72,7 @@ function getItemCountsAndStockpileConfigs()
end
c.monitored = c.monitored ~= 0
end
end
return ret
end