Removed the space between function names and the opening parenthesis.
[mmh] / sbr / cpydata.c
index 207bc03..048579e 100644 (file)
@@ -9,7 +9,7 @@
 #include <h/mh.h>
 
 void
-cpydata (int in, int out, char *ifile, char *ofile)
+cpydata(int in, int out, char *ifile, char *ofile)
 {
        int i;
        char buffer[BUFSIZ];