From ccdb8be0e9dee49ada24d44c2ee1b454d93bb526 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 7 Jan 2016 01:40:44 -0800 Subject: [PATCH] Clean up indentation. Change-Id: Ica6615ef80867e911a1244a8a54411519033b275 Reviewed-on: https://code.wireshark.org/review/13105 Reviewed-by: Guy Harris --- wsutil/filesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsutil/filesystem.c b/wsutil/filesystem.c index ec1a0b4c3b..ab86d8a794 100644 --- a/wsutil/filesystem.c +++ b/wsutil/filesystem.c @@ -1626,7 +1626,7 @@ create_persconffile_profile(const char *profilename, char **pf_dir_path_return) int create_persconffile_dir(char **pf_dir_path_return) { - return create_persconffile_profile(persconfprofile, pf_dir_path_return); + return create_persconffile_profile(persconfprofile, pf_dir_path_return); } int