From 319dbfa7364721d3343af03a7ce063c2a2c9d385 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Sep 1997 02:41:22 +0000 Subject: Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. --- src/backend/utils/misc/superuser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/utils/misc/superuser.c') diff --git a/src/backend/utils/misc/superuser.c b/src/backend/utils/misc/superuser.c index 57a9950dea3..bfc6efdeae6 100644 --- a/src/backend/utils/misc/superuser.c +++ b/src/backend/utils/misc/superuser.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.3 1997/09/07 04:53:52 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.4 1997/09/08 02:32:00 momjian Exp $ * * DESCRIPTION * See superuser(). @@ -26,9 +26,9 @@ superuser(void) The Postgres user running this command has Postgres superuser privileges. --------------------------------------------------------------------------*/ - extern char *UserName; /* defined in global.c */ + extern char *UserName; /* defined in global.c */ - HeapTuple utup; + HeapTuple utup; utup = SearchSysCacheTuple(USENAME, PointerGetDatum(UserName), 0, 0, 0); -- cgit v1.2.3