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. --- contrib/array/array_iterator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/array/array_iterator.h') diff --git a/contrib/array/array_iterator.h b/contrib/array/array_iterator.h index 68da385c9a4..7889fdc0b2a 100644 --- a/contrib/array/array_iterator.h +++ b/contrib/array/array_iterator.h @@ -34,7 +34,6 @@ int32 array_all_int4le(ArrayType *array, int4 value); int32 array_oideq(ArrayType *array, Oid value); int32 array_all_oidne(ArrayType *array, Oid value); - #endif /* -- cgit v1.2.3