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/include/executor/execFlatten.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/executor/execFlatten.h') diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h index d51864edf0e..3682f6319b5 100644 --- a/src/include/executor/execFlatten.h +++ b/src/include/executor/execFlatten.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execFlatten.h,v 1.3 1997/09/07 04:57:41 momjian Exp $ + * $Id: execFlatten.h,v 1.4 1997/09/08 02:36:08 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXECFLATTEN_H #define EXECFLATTEN_H -extern Datum ExecEvalIter(Iter * iterNode, ExprContext * econtext, bool * resultIsNull, bool * iterIsDone); +extern Datum ExecEvalIter(Iter * iterNode, ExprContext * econtext, bool * resultIsNull, bool * iterIsDone); -extern void ExecEvalFjoin(TargetEntry * tlist, ExprContext * econtext, bool * isNullVect, bool * fj_isDone); +extern void ExecEvalFjoin(TargetEntry * tlist, ExprContext * econtext, bool * isNullVect, bool * fj_isDone); #endif /* EXECFLATTEN_H */ -- cgit v1.2.3