Indent fix_path_separator() header properly.

REL9_1_STABLE
Andrew Dunstan 13 years ago
parent d10ddf4d51
commit a69b7a1c34
  1. 3
      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 * such as is suitable for arguments to builtin commands
* like RMDIR and DEL. * like RMDIR and DEL.
*/ */
static char *fix_path_separator(char *path) static char *
fix_path_separator(char *path)
{ {
#ifdef WIN32 #ifdef WIN32

Loading…
Cancel
Save