fix whitespace

The whitespace-fixing script seems to be slightly different depending on the platform.
Even though it produces no effect in the CI, it made these changes locally on my Mac.
I'm committing them now so as to avoid unrelated files being changed in other pull requests.
This commit is contained in:
Celtic Minstrel 2022-02-06 00:03:49 -05:00
parent dcacc5d3b0
commit 759b040069
9 changed files with 9 additions and 9 deletions

View File

@ -58,4 +58,4 @@ function simple_scouting:execution(cfg, data, filter_own)
end
end
return simple_scouting
return simple_scouting

View File

@ -21,4 +21,4 @@ return {
end
end
}
}

View File

@ -33,4 +33,4 @@ return {
end
}
}

View File

@ -18,4 +18,4 @@ function example_ca:execution()
ai.attack(3, 11, 3, 12)
end
return example_ca
return example_ca

View File

@ -17,4 +17,4 @@ function wesnoth.micro_ais.bottleneck_defense(cfg)
{ ca_id = 'attack', location = 'ca_bottleneck_attack.lua', score = score - 1 }
}
return required_keys, optional_keys, CA_parms
end
end

View File

@ -14,4 +14,4 @@ function wesnoth.micro_ais.healer_support(cfg)
table.insert(CA_parms, { ca_id = 'may_attack', location = 'ca_healer_may_attack.lua', score = 99900 })
end
return {}, optional_keys, CA_parms
end
end

View File

@ -37,4 +37,4 @@ function wesnoth.micro_ais.recruit_random(cfg)
handle_default_recruitment(cfg)
return {}, optional_keys, CA_parms
end
end

View File

@ -69,4 +69,4 @@ local function determine_advantage()
return result
end
return determine_advantage()
return determine_advantage()

View File

@ -29,4 +29,4 @@ function wesnoth.wml_actions.wc2_map_supply_village(t)
image = supply_images[supply_image],
z_order = -10,
}
end
end