diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-03-19 22:18:46 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-03-19 22:18:46 -0400 |
commit | 28beb69f8bc4ad7f0d1daca1095e1b47ffeaf011 (patch) | |
tree | 97db9ffd6dbcf659591f3dd1b29726b7c0df8ba2 /src | |
parent | 05d1910c1c1f4195065882aa077114bc590b45e3 (diff) | |
download | postgresql-28beb69f8bc4ad7f0d1daca1095e1b47ffeaf011.tar.gz postgresql-28beb69f8bc4ad7f0d1daca1095e1b47ffeaf011.zip |
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/ipc/dsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |