From ae773c84429259a8b96ac65a077f39e5aaf88964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Tue, 16 Jul 2019 21:51:51 +0000 Subject: [PATCH] Whitespace --- src/backend/distributed/worker/worker_partition_protocol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend/distributed/worker/worker_partition_protocol.c b/src/backend/distributed/worker/worker_partition_protocol.c index fdb070ac9..ed12fee41 100644 --- a/src/backend/distributed/worker/worker_partition_protocol.c +++ b/src/backend/distributed/worker/worker_partition_protocol.c @@ -855,8 +855,7 @@ FileOutputStreamFlush(FileOutputStream *file) errno = 0; written = FileWriteCompat(file->fileDescriptor, fileBuffer->data, fileBuffer->len, - file->offset, - PG_WAIT_IO); + file->offset, PG_WAIT_IO); if (written != fileBuffer->len) { ereport(ERROR, (errcode_for_file_access(),