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:
parent
3b8f0ef7ae
commit
3fb6da6412
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user