Fix whitespace
authorPeter Eisentraut <[email protected]>
Tue, 12 Apr 2016 00:59:04 +0000 (20:59 -0400)
committerPeter Eisentraut <[email protected]>
Tue, 12 Apr 2016 00:59:04 +0000 (20:59 -0400)
src/backend/utils/time/snapmgr.c

index f18bbb980ec33b3c52fc11f8d1ebbdadd2b21219..8aa1f49d0fa159f188f46cedb7d071453a641ffd 100644 (file)
@@ -117,7 +117,7 @@ typedef struct OldSnapshotControlData
    TransactionId xid_by_minute[FLEXIBLE_ARRAY_MEMBER];
 }  OldSnapshotControlData;
 
-static volatile OldSnapshotControlData *oldSnapshotControl; 
+static volatile OldSnapshotControlData *oldSnapshotControl;
 
 
 /*