X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc4d0c4bf247cfc88e1f3f9463fa2264d3d226b5..2b383bf8c8afa623bd84cc69284a632c71e78e94:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 6bf97900..f73e68a9 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -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. */