From 6783b2372ef13c141649840a836ff0a954ea1d4d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 28 Oct 2001 06:26:15 +0000 Subject: Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments. --- src/include/utils/syscache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/utils/syscache.h') diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index e21081cc1e..2ec1986e67 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.34 2001/10/25 05:50:11 momjian Exp $ + * $Id: syscache.h,v 1.35 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -72,4 +72,5 @@ extern Oid GetSysCacheOid(int cacheId, extern Datum SysCacheGetAttr(int cacheId, HeapTuple tup, AttrNumber attributeNumber, bool *isNull); + #endif /* SYSCACHE_H */ -- cgit v1.2.1