Trivial whitespace changes.
[mmh] / uip / send.c
index a90c6b2..6fcccad 100644 (file)
@@ -517,7 +517,6 @@ attach(char *draft_file_name)
        ** Note that mhbuild is in the context as buildmimeproc.
        */
        sprintf(buf, "%s %s", buildmimeproc, composition_file_name);
-
        if (system(buf) != 0) {
                /* some problem */
                clean_up_temporary_files();
@@ -746,7 +745,6 @@ alert(char *file, int out)
                /* create subject for error notification */
                snprintf(buf, sizeof(buf), "send failed on %s",
                                forwsw ? "enclosed draft" : file);
-
                execlp(mailproc, mhbasename(mailproc), getusername(),
                                "-subject", buf, NULL);
                fprintf(stderr, "unable to exec ");