1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Remove extra spaces.

This commit is contained in:
David Steele
2022-01-18 17:40:53 -05:00
parent f84909f85f
commit e21ba7c92b
24 changed files with 54 additions and 54 deletions

View File

@ -62,7 +62,7 @@ cmdStop(void)
// If we cannot open the lock file for any reason then warn and continue to next file
if ((fd = open(strZ(lockFile), O_RDONLY, 0)) == -1)
{
LOG_WARN_FMT( "unable to open lock file %s", strZ(lockFile));
LOG_WARN_FMT("unable to open lock file %s", strZ(lockFile));
continue;
}