From: Andrew Dunstan Date: Tue, 4 Sep 2012 02:57:21 +0000 (-0400) Subject: Indent fix_path_separator() header properly. X-Git-Tag: REL9_1_6~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a69b7a1c34750f37c72acaac941555c70050dc7d;p=postgresql Indent fix_path_separator() header properly. --- diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index 5699c66019..e6d86ba7b9 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -29,7 +29,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