Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / commons / ocamlextra / mapb.ml
index 5bd1ea7..5592d73 100644 (file)
@@ -23,7 +23,7 @@
         Empty
       | Node of 'a t * key * 'a * 'a t * int
 *)
-  type ('key, 'v) t = 
+  type ('key, 'v) t =
       Empty
     | Node of ('key, 'v) t * 'key * 'v * ('key, 'v) t * int