From 28beb69f8bc4ad7f0d1daca1095e1b47ffeaf011 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 19 Mar 2015 22:18:46 -0400
Subject: [PATCH] Fix whitespace

---
 src/backend/storage/ipc/dsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab