Fix whitespace

This commit is contained in:
Peter Eisentraut 2020-09-20 14:42:54 +02:00
parent 28a61fc6c5
commit 3d13867a2c
1 changed files with 2 additions and 2 deletions

View File

@ -1699,8 +1699,8 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h)
*/
xmin = TransactionIdOlder(xmin, xid);
/* if neither is set, this proc doesn't influence the horizon */
if (!TransactionIdIsValid(xmin))
/* if neither is set, this proc doesn't influence the horizon */
if (!TransactionIdIsValid(xmin))
continue;
/*