From 6866939090cb0e2fac5f2336f86729f7ccc7b97c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 31 Jul 2022 21:21:06 -0700 Subject: [PATCH] Fixed indentation [skip ci] --- src/ivfutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ivfutils.c b/src/ivfutils.c index 1928ced..4f4ac85 100644 --- a/src/ivfutils.c +++ b/src/ivfutils.c @@ -136,8 +136,8 @@ void IvfflatAppendPage(Relation index, Buffer *buf, Page *page, GenericXLogState **state, ForkNumber forkNum) { /* Get new buffer */ - Buffer newbuf = IvfflatNewBuffer(index, forkNum); - Page newpage = GenericXLogRegisterBuffer(*state, newbuf, GENERIC_XLOG_FULL_IMAGE); + Buffer newbuf = IvfflatNewBuffer(index, forkNum); + Page newpage = GenericXLogRegisterBuffer(*state, newbuf, GENERIC_XLOG_FULL_IMAGE); /* Update the previous buffer */ IvfflatPageGetOpaque(*page)->nextblkno = BufferGetBlockNumber(newbuf);