mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Indent fix_path_separator() header properly.
This commit is contained in:
@ -30,7 +30,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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user