From 4cc0d46d606382e6b00493e73ee401ecfe5b9f3e Mon Sep 17 00:00:00 2001 From: Reid Thompson Date: Fri, 6 May 2022 09:34:39 -0400 Subject: [PATCH] Fix comment wrapping. --- src/command/verify/verify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command/verify/verify.c b/src/command/verify/verify.c index 8296d2e4e..f76ebad32 100644 --- a/src/command/verify/verify.c +++ b/src/command/verify/verify.c @@ -856,8 +856,8 @@ verifyBackup(VerifyJobData *const jobData) // If currentBackup is set (meaning the newest backup label on disk was not in the db:current section when the // backup.info file was read) and this is the same label, then set inProgessBackup to true, else false. - // inProgressBackup may be changed in verifyManifestFile if a main backup.manifest exists since that would indicate the - // backup completed during the verify process. + // inProgressBackup may be changed in verifyManifestFile if a main backup.manifest exists since that would indicate + // the backup completed during the verify process. bool inProgressBackup = strEq(jobData->currentBackup, backupResult->backupLabel); // Get a usable backup manifest file