Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / commons / ocollection.mli
index 6ab9595..70213c8 100644 (file)
@@ -1,5 +1,5 @@
-type ('a, 'b) view = 
-  | Empty 
+type ('a, 'b) view =
+  | Empty
   | Cons of 'a * 'b
 
 class virtual ['a] ocollection :