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/nodeUnique.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/executor/nodeUnique.h') diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h index c66fa827ca..24042581f3 100644 --- a/src/include/executor/nodeUnique.h +++ b/src/include/executor/nodeUnique.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeUnique.h,v 1.2 1997/09/07 04:58:01 momjian Exp $ + * $Id: nodeUnique.h,v 1.3 1997/09/08 02:36:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,8 +14,8 @@ #define NODEUNIQUE_H extern TupleTableSlot *ExecUnique(Unique * node); -extern bool ExecInitUnique(Unique * node, EState * estate, Plan * parent); -extern int ExecCountSlotsUnique(Unique * node); -extern void ExecEndUnique(Unique * node); +extern bool ExecInitUnique(Unique * node, EState * estate, Plan * parent); +extern int ExecCountSlotsUnique(Unique * node); +extern void ExecEndUnique(Unique * node); #endif /* NODEUNIQUE_H */ -- cgit v1.2.1