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

index 5699c66019f5c1197b41148a59109c84d54fb3b0..e6d86ba7b9d8d5d4573a70ee905bbee6c9c89909 100644 (file)
@@ -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