From fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 May 1999 22:43:53 +0000 Subject: Another pgindent run. Sorry folks. --- src/backend/executor/nodeAgg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/executor/nodeAgg.c') diff --git a/src/backend/executor/nodeAgg.c b/src/backend/executor/nodeAgg.c index f1e0433c39d..a47a9ad5492 100644 --- a/src/backend/executor/nodeAgg.c +++ b/src/backend/executor/nodeAgg.c @@ -45,7 +45,7 @@ typedef struct AggFuncInfo FmgrInfo finalfn; } AggFuncInfo; -static Datum aggGetAttr(TupleTableSlot *tuple, Aggref * aggref, bool *isNull); +static Datum aggGetAttr(TupleTableSlot *tuple, Aggref *aggref, bool *isNull); /* --------------------------------------- @@ -582,7 +582,7 @@ ExecEndAgg(Agg *node) */ static Datum aggGetAttr(TupleTableSlot *slot, - Aggref * aggref, + Aggref *aggref, bool *isNull) { Datum result; -- cgit v1.2.3