From 1ccd423235a48739d6f7a4d7889705b5f9ecc69b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 1997 05:04:48 +0000 Subject: Massive commit to run PGINDENT on all *.c and *.h files. --- src/include/access/giststrat.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/include/access/giststrat.h') diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 74f370b745d..1007dd3ec26 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * giststrat.h-- - * routines defined in access/gist/giststrat.c + * routines defined in access/gist/giststrat.c * * * @@ -15,7 +15,8 @@ #include #include -extern StrategyNumber RelationGetGISTStrategy(Relation r, - AttrNumber attnum, RegProcedure proc); +extern StrategyNumber +RelationGetGISTStrategy(Relation r, + AttrNumber attnum, RegProcedure proc); -#endif /* GISTSTRAT_H */ +#endif /* GISTSTRAT_H */ -- cgit v1.2.3