From 46785776c42143af8f5433bb580ff13f2a9f65e1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Aug 2003 21:42:59 +0000 Subject: Another pgindent run with updated typedefs. --- src/pl/tcl/pltcl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pl') diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 54f4b561117..d3dbd846b7c 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -31,7 +31,7 @@ * ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.75 2003/08/04 18:40:50 tgl Exp $ + * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.76 2003/08/08 21:42:59 momjian Exp $ * **********************************************************************/ @@ -720,8 +720,8 @@ pltcl_trigger_handler(PG_FUNCTION_ARGS) tupdesc, &tcl_trigtup); /* - * Now the command part of the event for TG_op and data for NEW and - * OLD + * Now the command part of the event for TG_op and data for NEW + * and OLD */ if (TRIGGER_FIRED_BY_INSERT(trigdata->tg_event)) { -- cgit v1.2.3