From ebed57aa22b772211387a5561f995eee8f5faed1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 26 Jun 2012 22:23:05 +0200 Subject: Whitespace and language change - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include in d3dengine.h --- src/app/main.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index 28d21ee..54d305e 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -26,16 +26,16 @@ //! Entry point to the program int main(int argc, char *argv[]) { - CApplication app; // single instance of the application + CApplication app; // single instance of the application - Error err = app.ParseArguments(argc, argv); - if (err != ERR_OK) - { - SystemDialog(SDT_ERROR, "COLOBOT", "Invalid commandline arguments!\n"); - } + Error err = app.ParseArguments(argc, argv); + if (err != ERR_OK) + { + SystemDialog(SDT_ERROR, "COLOBOT", "Invalid commandline arguments!\n"); + } - if (! app.Create()) - return 0; + if (! app.Create()) + return 0; - return app.Run(); + return app.Run(); } -- cgit v1.2.3-1-g7c22