From 07842084fe3e11041f83563c851236395f481470 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 May 1999 16:15:34 +0000 Subject: pgindent run over code. --- contrib/spi/preprocessor/step1.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'contrib/spi/preprocessor/step1.c') diff --git a/contrib/spi/preprocessor/step1.c b/contrib/spi/preprocessor/step1.c index 9d59c47edd8..1f2c5380d51 100644 --- a/contrib/spi/preprocessor/step1.c +++ b/contrib/spi/preprocessor/step1.c @@ -1,24 +1,27 @@ #include -char *strtoupper(char *string) +char * +strtoupper(char *string) { - int i ; - for (i=0;i