From e6dc503445e729d23ea12144db60d87e953ace95 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 16 May 2015 20:43:32 -0400 Subject: Fix whitespace --- src/backend/access/transam/multixact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/multixact.c') diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c index d92cbccaf8a..0218378ccb5 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -2860,7 +2860,7 @@ TruncateMultiXact(void) SimpleLruTruncate(MultiXactOffsetCtl, MultiXactIdToOffsetPage(oldestMXact)); - + /* * Now, and only now, we can advance the stop point for multixact members. * If we did it any sooner, the segments we deleted above might already -- cgit v1.2.3