Commit 20ef3551 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 44f34365
......@@ -166,7 +166,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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment