From 9e1552607a9dc6bc23e43d46770a9063ade4f3f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Mar 2001 04:01:46 +0000 Subject: pgindent run. Make it all clean. --- src/interfaces/libpgtcl/pgtcl.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/interfaces/libpgtcl/pgtcl.c') diff --git a/src/interfaces/libpgtcl/pgtcl.c b/src/interfaces/libpgtcl/pgtcl.c index bf3548e839..6da179ced5 100644 --- a/src/interfaces/libpgtcl/pgtcl.c +++ b/src/interfaces/libpgtcl/pgtcl.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.20 2001/02/10 02:31:29 tgl Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.21 2001/03/22 04:01:23 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -87,14 +87,14 @@ Pgtcl_Init(Tcl_Interp *interp) #ifdef PGTCL_USE_TCLOBJ Tcl_CreateObjCommand(interp, - "pg_lo_read", - Pg_lo_read, - (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); + "pg_lo_read", + Pg_lo_read, + (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); Tcl_CreateObjCommand(interp, - "pg_lo_write", - Pg_lo_write, - (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); + "pg_lo_write", + Pg_lo_write, + (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); #else Tcl_CreateCommand(interp, "pg_lo_read", -- cgit v1.2.1