From: Andrew Dunstan Date: Tue, 4 Sep 2012 02:58:38 +0000 (-0400) Subject: Indent fix_path_separator() header properly. X-Git-Tag: REL9_2_0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d437c011e9d739b79aa37ca19baca56b334ab7;p=thirdparty%2Fpostgresql.git Indent fix_path_separator() header properly. --- diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index c89b2dfd0fd..f2dcc0483da 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