1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Fix indentation.

This commit is contained in:
Cynthia Shang
2020-03-16 12:50:37 -04:00
committed by David Steele
parent 4328bc1ac6
commit 4608ca473e

View File

@@ -537,7 +537,7 @@ removeExpiredArchive(InfoBackup *infoBackup)
if (strCmp(strSubN(walSubPath, 0, 24), archiveRange->start) >= 0 &&
(archiveRange->stop == NULL ||
strCmp(strSubN(walSubPath, 0, 24), archiveRange->stop) <= 0))
strCmp(strSubN(walSubPath, 0, 24), archiveRange->stop) <= 0))
{
removeArchive = false;
break;