1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2016-04-11 20:59:04 -04:00
parent 39c283e498
commit 70715e6a60

View File

@ -117,7 +117,7 @@ typedef struct OldSnapshotControlData
TransactionId xid_by_minute[FLEXIBLE_ARRAY_MEMBER];
} OldSnapshotControlData;
static volatile OldSnapshotControlData *oldSnapshotControl;
static volatile OldSnapshotControlData *oldSnapshotControl;
/*