Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70715e6

Browse files
committed
Fix whitespace
1 parent 39c283e commit 70715e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/time/snapmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ typedef struct OldSnapshotControlData
117117
TransactionId xid_by_minute[FLEXIBLE_ARRAY_MEMBER];
118118
} OldSnapshotControlData;
119119

120-
static volatile OldSnapshotControlData *oldSnapshotControl;
120+
static volatile OldSnapshotControlData *oldSnapshotControl;
121121

122122

123123
/*

0 commit comments

Comments
 (0)