8000 Fix whitespace · postgrespro/postgres_cluster@e2b9594 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2b9594

Browse files
committed
Fix whitespace
1 parent f4051e3 commit e2b9594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/dsm_impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ dsm_impl_keep_segment(dsm_handle handle, void *impl_private)
10001000
switch (dynamic_shared_memory_type)
10011001
{
10021002
#ifdef USE_DSM_WINDOWS
1003-
case DSM_IMPL_WINDOWS:
1003+
case DSM_IMPL_WINDOWS:
10041004
{
10051005
HANDLE hmap;
10061006

0 commit comments

Comments
 (0)
0