mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
Fix whitespace
This commit is contained in:
parent
cd113a0b47
commit
dafa153dda
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ read_binary_file(const char *filename, int64 seek_offset, int64 bytes_to_read,
|
|||
*/
|
||||
if (sbuf.len == MaxAllocSize - 1)
|
||||
{
|
||||
char rbuf[1];
|
||||
char rbuf[1];
|
||||
|
||||
if (fread(rbuf, 1, 1, file) != 0 || !feof(file))
|
||||
ereport(ERROR,
|
||||
|
|
|
|||
Loading…
Reference in a new issue