Coding style adjustments for nmh-imported code
[mmh] / uip / mhbuild.c
index d636cf7..1fdedb6 100644 (file)
@@ -319,6 +319,7 @@ build_mime(char *infile)
        struct part **pp;
        CT ct;
        FILE *in;
        struct part **pp;
        CT ct;
        FILE *in;
+       HF hp;
 
        umask(~m_gmprot());
 
 
        umask(~m_gmprot());
 
@@ -411,11 +412,9 @@ finish_field:
        }
 
        /*
        }
 
        /*
-        * Iterate through the list of headers and call the function to MIME-ify
-        * them if required.
-        */
-
-       HF hp;
+       ** Iterate through the list of headers and call the function to
+       ** MIME-ify them if required.
+       */
        for (hp = ct->c_first_hf; hp != NULL; hp = hp->next) {
                if (encode_rfc2047(hp->name, &hp->value, NULL)) {
                        adios(EX_DATAERR, NULL, "Unable to encode header \"%s\"", hp->name);
        for (hp = ct->c_first_hf; hp != NULL; hp = hp->next) {
                if (encode_rfc2047(hp->name, &hp->value, NULL)) {
                        adios(EX_DATAERR, NULL, "Unable to encode header \"%s\"", hp->name);