From e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 4 Sep 2002 20:31:48 +0000 Subject: pgindent run. --- src/include/parser/gramparse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/parser/gramparse.h') diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 6af3bafbfb..97a91093e2 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.24 2002/08/27 04:55:12 tgl Exp $ + * $Id: gramparse.h,v 1.25 2002/09/04 20:31:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,6 +34,6 @@ extern void parser_init(void); extern int yyparse(void); extern List *SystemFuncName(char *name); extern TypeName *SystemTypeName(char *name); -extern bool exprIsNullConstant(Node *arg); +extern bool exprIsNullConstant(Node *arg); #endif /* GRAMPARSE_H */ -- cgit v1.2.1