1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2020-07-17 15:16:13 +02:00
parent de559c2b06
commit 5ca744cd5c

View File

@ -163,7 +163,7 @@ read_binary_file(const char *filename, int64 seek_offset, int64 bytes_to_read,
*/ */
if (sbuf.len == MaxAllocSize - 1) if (sbuf.len == MaxAllocSize - 1)
{ {
char rbuf[1]; char rbuf[1];
if (fread(rbuf, 1, 1, file) != 0 || !feof(file)) if (fread(rbuf, 1, 1, file) != 0 || !feof(file))
ereport(ERROR, ereport(ERROR,