Skip to content

Commit a69b7a1

Browse files
committed
Indent fix_path_separator() header properly.
1 parent d10ddf4 commit a69b7a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_upgrade/check.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ static void get_bin_version(ClusterInfo *cluster);
2929
* such as is suitable for arguments to builtin commands
3030
* like RMDIR and DEL.
3131
*/
32-
static char *fix_path_separator(char *path)
32+
static char *
33+
fix_path_separator(char *path)
3334
{
3435
#ifdef WIN32
3536

0 commit comments

Comments
 (0)