]> granicus.if.org Git - postgresql/commitdiff
Indent fix_path_separator() header properly.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 4 Sep 2012 02:59:19 +0000 (22:59 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 4 Sep 2012 02:59:19 +0000 (22:59 -0400)
contrib/pg_upgrade/check.c

index c89b2dfd0fd0fad14867c5895bc74a31380e155b..f2dcc0483da6ac8ddc4de82a7c26b98e4a0817cc 100644 (file)
@@ -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