From b1eb7b5927f1c783a740cd11114611c3a9d7006b Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 26 May 1998 17:29:07 +0000
Subject: [PATCH] Cleanup.

---
 src/backend/storage/ipc/shmem.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/backend/storage/ipc/shmem.c b/src/backend/storage/ipc/shmem.c
index 10a10e33ef1..e90d9802aeb 100644
--- a/src/backend/storage/ipc/shmem.c
+++ b/src/backend/storage/ipc/shmem.c
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.18 1998/04/06 17:27:25 momjian Exp $
+ *	  $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.19 1998/05/26 17:29:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -367,18 +367,14 @@ ShmemInitHash(char *name,		/* table string name for binding */
 	 * message since they have more information
 	 */
 	if (location == NULL)
-	{
 		return (0);
-	}
 
 	/*
 	 * it already exists, attach to it rather than allocate and initialize
 	 * new space
 	 */
 	if (found)
-	{
 		hash_flags |= HASH_ATTACH;
-	}
 
 	/* these structures were allocated or bound in ShmemInitStruct */
 	/* control information and parameters */
-- 
GitLab