From fa1a8d6a97068295fe30ac646aec7493a6305bc2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Sep 1998 04:40:42 +0000 Subject: OK, folks, here is the pgindent output. --- src/tutorial/funcs.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index 42b3a3589ef..77eec35b729 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -18,11 +18,10 @@ */ int add_one(int arg); -char16 *concat16(char16 *arg1, char16 *arg2); +char16 *concat16(char16 * arg1, char16 * arg2); text *copytext(text *t); -bool -c_overpaid(TUPLE t, /* the current instance of EMP */ +bool c_overpaid(TUPLE t, /* the current instance of EMP */ int4 limit); @@ -34,7 +33,7 @@ add_one(int arg) } char16 * -concat16(char16 *arg1, char16 *arg2) +concat16(char16 * arg1, char16 * arg2) { char16 *new_c16 = (char16 *) palloc(sizeof(char16)); -- cgit v1.2.3