]> git.sur5r.net Git - cc65/commitdiff
Fix
authorjede <jede@oric.org>
Sun, 29 Jan 2017 22:03:01 +0000 (23:03 +0100)
committerjede <jede@oric.org>
Sun, 29 Jan 2017 22:03:01 +0000 (23:03 +0100)
src/ca65/main.c
src/cc65/main.c

index ff321d87dbb2b7bdcf1e91154d6377b40d9cda95..8022b7818dbac7dabd25f75204ed428b06e9dd9c 100644 (file)
@@ -226,9 +226,9 @@ static void SetSys (const char* Sys)
             CBMSystem ("__C64__");
             break;
 
-               case TGT_C65:
-                       CBMSystem("__C65__");
-                       break;
+        case TGT_C65:
+            CBMSystem("__C65__");
+            break;
 
         case TGT_VIC20:
             CBMSystem ("__VIC20__");
@@ -627,11 +627,11 @@ static void OptVerbose (const char* Opt attribute ((unused)),
 
 
 
-static void OptVersion (const char* Opt attribute((unused)),
-                        const char* Arg attribute((unused)))
+static void OptVersion (const char* Opt attribute ((unused)),
+                        const char* Arg attribute ((unused)))
 /* Print the assembler version */
 {
-    fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString ());
+    fprintf (stderr, "%s V%s\n", ProgName, GetVersionAsString ());
     exit(EXIT_SUCCESS);
 }
 
index e4e5ce81f9bb7131078358f4302c325d9f119b5a..6847c4b141b56d69ffe8050b033fcdd05d4d14bf 100644 (file)
@@ -747,8 +747,8 @@ static void OptVerbose (const char* Opt attribute ((unused)),
 
 
 
-static void OptVersion (const char* Opt attribute((unused)),
-                        const char* Arg attribute((unused)))
+static void OptVersion (const char* Opt attribute ((unused)),
+                        const char* Arg attribute ((unused)))
 /* Print the compiler version */
 {
     fprintf (stderr, "%s V%s\n", ProgName, GetVersionAsString ());