You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Remove extraneous double spaces in code and comments.
This commit is contained in:
@ -1254,7 +1254,7 @@ restoreCleanBuild(const Manifest *const manifest, const String *const rootReplac
|
||||
const String *pgPath = storagePathP(storagePg(), manifestPathPg(path->name));
|
||||
StorageInfo pathInfo = storageInfoP(storagePg(), pgPath, .ignoreMissing = true);
|
||||
|
||||
// Create the path if it is missing If it exists it should already have the correct ownership and mode.
|
||||
// Create the path if it is missing. If it exists it should already have the correct ownership and mode.
|
||||
if (!pathInfo.exists)
|
||||
{
|
||||
LOG_DETAIL_FMT("create path '%s'", strZ(pgPath));
|
||||
|
Reference in New Issue
Block a user