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

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-03-16 21:43:59 -04:00
parent f4051e363c
commit e2b959478c

View File

@ -1000,7 +1000,7 @@ dsm_impl_keep_segment(dsm_handle handle, void *impl_private)
switch (dynamic_shared_memory_type)
{
#ifdef USE_DSM_WINDOWS
case DSM_IMPL_WINDOWS:
case DSM_IMPL_WINDOWS:
{
HANDLE hmap;