mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-17 03:47:01 +08:00
Fix whitespace
This commit is contained in:
@ -163,7 +163,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,
|
||||
|
||||
Reference in New Issue
Block a user