From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/tutorial/complex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tutorial/complex.c') diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index 0a8f1408271..02a62056818 100644 --- a/src/tutorial/complex.c +++ b/src/tutorial/complex.c @@ -30,7 +30,7 @@ int4 complex_abs_cmp(Complex * a, Complex * b); * Input/Output functions *****************************************************************************/ -Complex * +Complex * complex_in(char *str) { double x, @@ -73,7 +73,7 @@ complex_out(Complex * complex) * New Operators *****************************************************************************/ -Complex * +Complex * complex_add(Complex * a, Complex * b) { Complex *result; -- cgit v1.2.3