]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
cleaned up empty lines
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 15 Nov 2012 10:02:16 +0000 (11:02 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 15 Nov 2012 10:02:16 +0000 (11:02 +0100)
main.c

diff --git a/main.c b/main.c
index 8e94800ec44bbd6460571481ee9243df0ff5f04c..d057b3674de077e97623f3422604f57d394fd00d 100644 (file)
--- a/main.c
+++ b/main.c
@@ -184,7 +184,7 @@ static bool options_parse(int argc, char **argv) {
     char  buffer[1024];
     char *redirout = (char*)stdout;
     char *redirerr = (char*)stderr;
-    
+
     while (!argend && argc > 1) {
         char *argarg;
         argitem item;
@@ -224,7 +224,7 @@ static bool options_parse(int argc, char **argv) {
             if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) {
                 continue;
             }
-            
+
             if (!strcmp(argv[0]+1, "debug")) {
                 opts_debug = true;
                 continue;