From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/include/parser/parse_clause.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/parser/parse_clause.h') diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index bf05dc6d7e8..2e47fe8a356 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_clause.h,v 1.24 2001/03/22 04:00:56 momjian Exp $ + * $Id: parse_clause.h,v 1.25 2001/10/25 05:50:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -30,5 +30,4 @@ extern List *transformDistinctClause(ParseState *pstate, List *distinctlist, extern List *addAllTargetsToSortList(List *sortlist, List *targetlist); extern Index assignSortGroupRef(TargetEntry *tle, List *tlist); - #endif /* PARSE_CLAUSE_H */ -- cgit v1.2.3