JANITORIAL: Indent with tabs instead of spaces

This commit is contained in:
Torbjörn Andersson 2012-12-20 07:55:08 +01:00
parent 55fee6d97b
commit 7661379f3e

View file

@ -110,16 +110,16 @@ AboutDialog::AboutDialog()
const EnginePlugin::List &plugins = EngineMan.getPlugins();
EnginePlugin::List::const_iterator iter = plugins.begin();
for (; iter != plugins.end(); ++iter) {
Common::String str;
str = "C0";
str += (**iter).getName();
addLine(str.c_str());
Common::String str;
str = "C0";
str += (**iter).getName();
addLine(str.c_str());
str = "C2";
str += (**iter)->getOriginalCopyright();
addLine(str.c_str());
str = "C2";
str += (**iter)->getOriginalCopyright();
addLine(str.c_str());
//addLine("");
//addLine("");
}
for (i = 0; i < ARRAYSIZE(gpl_text); i++)