diff --git a/src/backend/storage/ipc/dsm.c b/src/backend/storage/ipc/dsm.c index d2b231f7895..96ca85e7d07 100644 --- a/src/backend/storage/ipc/dsm.c +++ b/src/backend/storage/ipc/dsm.c @@ -466,7 +466,7 @@ dsm_create(Size size, int flags) if (!dsm_init_done) dsm_backend_startup(); - /* + /* * If we've been instructed to return NULL when it's not possible to * register another segment, check whether we seem to be at the limit. * This allows us to avoid the overhead of creating a new segment only to