diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-05-25 22:43:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-05-25 22:43:53 +0000 |
commit | fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch) | |
tree | 5b4a877bed2a5229075e0e2a37c6f1431599ada6 /src/interfaces/libpgtcl/pgtcl.c | |
parent | 4eadfe875440759bf062b02857ff196ab95d6fbc (diff) | |
download | postgresql-fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31.tar.gz postgresql-fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31.zip |
Another pgindent run. Sorry folks.
Diffstat (limited to 'src/interfaces/libpgtcl/pgtcl.c')
-rw-r--r-- | src/interfaces/libpgtcl/pgtcl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/pgtcl.c b/src/interfaces/libpgtcl/pgtcl.c index eeaea74ccf3..0a8f3265a8f 100644 --- a/src/interfaces/libpgtcl/pgtcl.c +++ b/src/interfaces/libpgtcl/pgtcl.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.14 1999/02/13 23:22:37 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.15 1999/05/25 22:43:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ */ int -Pgtcl_Init(Tcl_Interp * interp) +Pgtcl_Init(Tcl_Interp *interp) { /* @@ -133,7 +133,7 @@ Pgtcl_Init(Tcl_Interp * interp) int -Pgtcl_SafeInit(Tcl_Interp * interp) +Pgtcl_SafeInit(Tcl_Interp *interp) { return Pgtcl_Init(interp); } |