mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 18:48:13 +00:00
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:
parent
dcacc5d3b0
commit
759b040069
@ -58,4 +58,4 @@ function simple_scouting:execution(cfg, data, filter_own)
|
||||
end
|
||||
end
|
||||
|
||||
return simple_scouting
|
||||
return simple_scouting
|
||||
|
@ -21,4 +21,4 @@ return {
|
||||
end
|
||||
end
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,4 @@ return {
|
||||
|
||||
end
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ function example_ca:execution()
|
||||
ai.attack(3, 11, 3, 12)
|
||||
end
|
||||
|
||||
return example_ca
|
||||
return example_ca
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -37,4 +37,4 @@ function wesnoth.micro_ais.recruit_random(cfg)
|
||||
|
||||
handle_default_recruitment(cfg)
|
||||
return {}, optional_keys, CA_parms
|
||||
end
|
||||
end
|
||||
|
@ -69,4 +69,4 @@ local function determine_advantage()
|
||||
return result
|
||||
end
|
||||
|
||||
return determine_advantage()
|
||||
return determine_advantage()
|
||||
|
@ -29,4 +29,4 @@ function wesnoth.wml_actions.wc2_map_supply_village(t)
|
||||
image = supply_images[supply_image],
|
||||
z_order = -10,
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user