Fix indenting

This commit is contained in:
mattsc 2016-03-24 05:27:45 -07:00
parent 86bcc93159
commit ae8df114f6

View file

@ -548,7 +548,7 @@
[engine]
name="lua"
code= <<
local _,data = ...
local _,data = ...
local exp_ai = wesnoth.require("ai/lua/generic_rush_engine.lua").init(ai)
exp_ai.data = data
return exp_ai