mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix whitespace
This commit is contained in:
parent
39c283e498
commit
70715e6a60
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ typedef struct OldSnapshotControlData
|
|||
TransactionId xid_by_minute[FLEXIBLE_ARRAY_MEMBER];
|
||||
} OldSnapshotControlData;
|
||||
|
||||
static volatile OldSnapshotControlData *oldSnapshotControl;
|
||||
static volatile OldSnapshotControlData *oldSnapshotControl;
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue