Removed the space between function names and the opening parenthesis.
[mmh] / sbr / print_version.c
index 162e171..8361c66 100644 (file)
@@ -10,7 +10,7 @@
 
 
 void
-print_version (char *invo_name)
+print_version(char *invo_name)
 {
        printf("%s -- %s\n", invo_name, version_str);
 }