Removed the space between function names and the opening parenthesis.
[mmh] / sbr / trimcpy.c
index 1f590c3..64dd848 100644 (file)
@@ -12,7 +12,7 @@
 
 
 char *
-trimcpy (unsigned char *cp)
+trimcpy(unsigned char *cp)
 {
        unsigned char *sp;