mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Indent fix_path_separator() header properly.
This commit is contained in:
parent
765b5c41ba
commit
b5d437c011
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue