mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix indentation issue
Introduced recently by 9e088f7dd
Per buildfarm member koel
This commit is contained in:
@ -86,7 +86,7 @@ parse_error:
|
||||
ereport(ERROR,
|
||||
errmsg("invalid snapshot file name \"%s\"", filename));
|
||||
|
||||
return InvalidXLogRecPtr; /* keep compiler quiet */
|
||||
return InvalidXLogRecPtr; /* keep compiler quiet */
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user