mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix indentation issue
Introduced recently by 9e088f7dd
Per buildfarm member koel
This commit is contained in:
parent
9e088f7dd8
commit
b955df4434
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue