summaryrefslogtreecommitdiff
path: root/src/include/access/rtstrat.h
diff options
context:
space:
mode:
authorBruce Momjian1997-09-07 05:04:48 +0000
committerBruce Momjian1997-09-07 05:04:48 +0000
commit1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch)
tree8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/access/rtstrat.h
parent8fecd4febf8357f3cc20383ed29ced484877d5ac (diff)
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/access/rtstrat.h')
-rw-r--r--src/include/access/rtstrat.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
index 7f2b88a721f..3f33f04e914 100644
--- a/src/include/access/rtstrat.h
+++ b/src/include/access/rtstrat.h
@@ -1,18 +1,19 @@
/*-------------------------------------------------------------------------
*
* rtstrat.h--
- * routines defined in access/rtree/rtstrat.c
+ * routines defined in access/rtree/rtstrat.c
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtstrat.h,v 1.1 1996/08/27 21:50:23 scrappy Exp $
+ * $Id: rtstrat.h,v 1.2 1997/09/07 04:56:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSTRAT_H
-extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
- RegProcedure proc);
+extern RegProcedure
+RTMapOperator(Relation r, AttrNumber attnum,
+ RegProcedure proc);
-#endif /* RTSTRAT_H */
+#endif /* RTSTRAT_H */