Cosmetic changes.
[mmh] / uip / whatnowsbr.c
index 8cb6744..bd40904 100644 (file)
@@ -784,6 +784,8 @@ sendfile(char **arg, char *file, int pushsw)
                return 1;
        }
 
+       /* some different sendproc */
+
        context_save();  /* save the context file */
        fflush(stdout);
 
@@ -792,6 +794,7 @@ sendfile(char **arg, char *file, int pushsw)
        switch (child_id) {
        case NOTOK:
                advise(NULL, "unable to fork, so sending directly...");
+               /* fall */
        case OK:
                vecp = 0;
                vec[vecp++] = invo_name;
@@ -908,7 +911,7 @@ sendit(char *sp, char **arg, char *file, int pushed)
        ** Merge any arguments from command line (now in vec)
        ** and arguments from profile.
        */
-       arguments = getarguments (sp, n, vec, 1);
+       arguments = getarguments(sp, n, vec, 1);
        argp = arguments;
 
        debugsw = 0;