1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Add missing linefeed.

This commit is contained in:
David Steele 2021-02-28 16:01:38 -05:00
parent 3b8f0ef7ae
commit 3fb6da6412

View File

@ -82,6 +82,7 @@ storageReadPosixOpen(THIS_VOID)
else else
THROW_SYS_ERROR_FMT(FileOpenError, STORAGE_ERROR_READ_OPEN, strZ(this->interface.name)); // {vm_covered} THROW_SYS_ERROR_FMT(FileOpenError, STORAGE_ERROR_READ_OPEN, strZ(this->interface.name)); // {vm_covered}
} }
// On success set free callback to ensure the file descriptor is freed // On success set free callback to ensure the file descriptor is freed
if (this->fd != -1) if (this->fd != -1)
{ {