Whoa! Removing trailing spaces.

svn-id: r35648
This commit is contained in:
Eugene Sandulenko 2009-01-01 15:06:43 +00:00
parent 05d3633eb3
commit 696897b058
385 changed files with 2639 additions and 2639 deletions

View file

@ -76,7 +76,7 @@ Engine::Engine(OSystem *syst)
Engine::~Engine() {
_mixer->stopAll();
delete _mainMenuDialog;
g_engine = NULL;
}
@ -156,9 +156,9 @@ void initGraphics(int width, int height, bool defaultTo1xScaler) {
message += "'.";
GUI::MessageDialog dialog(message);
dialog.runModal();
dialog.runModal();
}
if (gfxError & OSystem::kTransactionAspectRatioFailed) {
GUI::MessageDialog dialog("Could not apply aspect ratio setting.");
dialog.runModal();