From 2f0c7d585412e0c061cb1cd8c2c0a4b6aada4f74 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 3 Sep 2012 22:59:19 -0400 Subject: [PATCH] Indent fix_path_separator() header properly. --- contrib/pg_upgrade/check.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index c89b2dfd0f..f2dcc0483d 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -30,7 +30,8 @@ static void get_bin_version(ClusterInfo *cluster); * such as is suitable for arguments to builtin commands * like RMDIR and DEL. */ -static char *fix_path_separator(char *path) +static char * +fix_path_separator(char *path) { #ifdef WIN32 -- 2.40.0