Fix whitespace
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Sep 2020 12:42:54 +0000 (14:42 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Sep 2020 12:42:54 +0000 (14:42 +0200)
src/backend/storage/ipc/procarray.c

index 802b119c490431d0eb965c4a020cb923c376446f..5aaeb6e2b558acdf34edbb141bac4de673972b93 100644 (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;
 
        /*