aboutsummaryrefslogtreecommitdiff
path: root/lib/rtree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rtree.mli')
-rw-r--r--lib/rtree.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rtree.mli b/lib/rtree.mli
index 80523d588f..554af81636 100644
--- a/lib/rtree.mli
+++ b/lib/rtree.mli
@@ -9,7 +9,8 @@
(*i $Id$ i*)
(* Type of regular tree with nodes labelled by values of type 'a *)
-type 'a t
+
+type 'a t
(* Building trees *)
(* build a recursive call *)