Skip to content

Commit 3d13867

Browse files
committed
Fix whitespace
1 parent 28a61fc commit 3d13867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,8 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h)
16991699
*/
17001700
xmin = TransactionIdOlder(xmin, xid);
17011701

1702-
/* if neither is set, this proc doesn't influence the horizon */
1703-
if (!TransactionIdIsValid(xmin))
1702+
/* if neither is set, this proc doesn't influence the horizon */
1703+
if (!TransactionIdIsValid(xmin))
17041704
continue;
17051705

17061706
/*

0 commit comments

Comments
 (0)