/******************************************************************************/
/* -clobber support */
-static
-enum clobber_policy_t
+static enum clobber_policy_t
clobber_policy (const char *value)
{
if (value == NULL || ! strcasecmp (value, "always")) {
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. */