]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
md5.c, md5.h: Reformat and delete needless portability.
[nmh] / uip / mhstoresbr.c
index 6bf9790069b64d707028a733e5d484ebe7f7d690..f73e68a9030691ce15a4bfb7ad8a898d36d2e5ef 100644 (file)
@@ -1127,8 +1127,7 @@ copy_some_headers (FILE *out, CT ct)
 /******************************************************************************/
 /* -clobber support */
 
-static
-enum clobber_policy_t
+static enum clobber_policy_t
 clobber_policy (const char *value)
 {
   if (value == NULL  ||  ! strcasecmp (value, "always")) {
@@ -1347,7 +1346,8 @@ clobber_check (char *original_file, mhstoreinfo_t info)
   return file;
 }
 
-static bool use_param_as_filename(const char *p)
+static bool
+use_param_as_filename(const char *p)
 {
     /* Preserve result of original test that considered an empty string
      * OK. */