1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-20 00:42:27 +03:00

Fix indentation issue

Introduced recently by 9e088f7dd

Per buildfarm member koel
This commit is contained in:
David Rowley 2025-03-13 12:41:44 +13:00
parent 9e088f7dd8
commit b955df4434

View File

@ -86,7 +86,7 @@ parse_error:
ereport(ERROR, ereport(ERROR,
errmsg("invalid snapshot file name \"%s\"", filename)); errmsg("invalid snapshot file name \"%s\"", filename));
return InvalidXLogRecPtr; /* keep compiler quiet */ return InvalidXLogRecPtr; /* keep compiler quiet */
} }
/* /*