You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fix indentation.
This commit is contained in:
committed by
David Steele
parent
4328bc1ac6
commit
4608ca473e
@@ -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;
|
||||
|
Reference in New Issue
Block a user