]> git.sur5r.net Git - cc65/blobdiff - src/cc65/main.c
Fix
[cc65] / src / cc65 / main.c
index b7abf959ce80958aeb58ba87eb0e12c035c82b59..6847c4b141b56d69ffe8050b033fcdd05d4d14bf 100644 (file)
@@ -747,12 +747,12 @@ static void OptVerbose (const char* Opt attribute ((unused)),
 
 
 
-static void OptVersion(const char* Opt attribute((unused)),
-       const char* Arg attribute((unused)))
-       /* Print the compiler version */
+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());
-       exit(EXIT_SUCCESS);
+    fprintf (stderr, "%s V%s\n", ProgName, GetVersionAsString ());
+    exit (EXIT_SUCCESS);
 }