[Scummvm-cvs-logs] scummvm master -> 7661379f3e9b9f7d3ac32101865f9ca0b49a864c
eriktorbjorn
eriktorbjorn at telia.com
Thu Dec 20 07:56:18 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7661379f3e JANITORIAL: Indent with tabs instead of spaces
Commit: 7661379f3e9b9f7d3ac32101865f9ca0b49a864c
https://github.com/scummvm/scummvm/commit/7661379f3e9b9f7d3ac32101865f9ca0b49a864c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2012-12-19T22:55:08-08:00
Commit Message:
JANITORIAL: Indent with tabs instead of spaces
Changed paths:
gui/about.cpp
diff --git a/gui/about.cpp b/gui/about.cpp
index 03be1f8..9eb8a01 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -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++)
More information about the Scummvm-git-logs
mailing list