1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Indent fix_path_separator() header properly.

This commit is contained in:
Andrew Dunstan
2012-09-03 22:59:19 -04:00
parent 015722fb36
commit 2f0c7d5854

View File

@ -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