summaryrefslogtreecommitdiff
path: root/utils/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/filepath.c')
-rw-r--r--utils/filepath.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/filepath.c b/utils/filepath.c
index 156ba2d75..ee5f107c9 100644
--- a/utils/filepath.c
+++ b/utils/filepath.c
@@ -142,7 +142,11 @@ char *filepath_find(char **respathv, const char *filename)
}
/* exported interface documented in filepath.h */
-char *filepath_sfinddef(char **respathv, char *filepath, const char *filename, const char *def)
+char *
+filepath_sfinddef(char **respathv,
+ char *filepath,
+ const char *filename,
+ const char *def)
{
char t[PATH_MAX];
char *ret;