Minor style fix

This commit is contained in:
Ian Barwick
2017-08-09 17:35:49 +09:00
parent 95d6f08ff4
commit 774a3abf24

View File

@@ -2632,6 +2632,7 @@ get_tablespace_data_barman
return SUCCESS;
}
void
get_barman_property(char *dst, char *name, char *local_repmgr_directory)
{
@@ -5858,7 +5859,8 @@ do_standby_restore_config(void)
exit(ERR_BAD_CONFIG);
}
while ((arcdir_ent = readdir(arcdir)) != NULL) {
while ((arcdir_ent = readdir(arcdir)) != NULL)
{
struct stat statbuf;
char arcdir_ent_path[MAXPGPATH];
PQExpBufferData src_file;