Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f0c7d5

Browse files
committed
Indent fix_path_separator() header properly.
1 parent 015722f commit 2f0c7d5

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
@@ -30,7 +30,8 @@ static void get_bin_version(ClusterInfo *cluster);
3030
* such as is suitable for arguments to builtin commands
3131
* like RMDIR and DEL.
3232
*/
33-
static char *fix_path_separator(char *path)
33+
static char *
34+
fix_path_separator(char *path)
3435
{
3536
#ifdef WIN32
3637

0 commit comments

Comments
 (0)