Skip to content

Commit 360a88b

Browse files
committed
[ci skip] fix identation
1 parent a0983d2 commit 360a88b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/catalog.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,15 +1091,15 @@ get_backup_filelist(pgBackup *backup, bool strict)
10911091

10921092
COMP_FILE_CRC32(true, content_crc, buf, strlen(buf));
10931093

1094-
get_control_value_str(buf, "path", path, sizeof(path),true);
1095-
get_control_value_int64(buf, "size", &write_size, true);
1096-
get_control_value_int64(buf, "mode", &mode, true);
1097-
get_control_value_int64(buf, "is_datafile", &is_datafile, true);
1098-
get_control_value_int64(buf, "is_cfs", &is_cfs, false);
1099-
get_control_value_int64(buf, "crc", &crc, true);
1100-
get_control_value_str(buf, "compress_alg", compress_alg_string, sizeof(compress_alg_string), false);
1101-
get_control_value_int64(buf, "external_dir_num", &external_dir_num, false);
1102-
get_control_value_int64(buf, "dbOid", &dbOid, false);
1094+
get_control_value_str(buf, "path", path, sizeof(path),true);
1095+
get_control_value_int64(buf, "size", &write_size, true);
1096+
get_control_value_int64(buf, "mode", &mode, true);
1097+
get_control_value_int64(buf, "is_datafile", &is_datafile, true);
1098+
get_control_value_int64(buf, "is_cfs", &is_cfs, false);
1099+
get_control_value_int64(buf, "crc", &crc, true);
1100+
get_control_value_str(buf, "compress_alg", compress_alg_string, sizeof(compress_alg_string), false);
1101+
get_control_value_int64(buf, "external_dir_num", &external_dir_num, false);
1102+
get_control_value_int64(buf, "dbOid", &dbOid, false);
11031103

11041104
file = pgFileInit(path);
11051105
file->write_size = (int64) write_size;

0 commit comments

Comments
 (0)