Cosmetic changes (truncate long lines, remove trailing spaces…)
[tatoo.git] / src / tree.ml
index 97711dd..525f8c7 100644 (file)
@@ -18,7 +18,8 @@
 module NodeKind =
   struct
     type t =
-        Document | Element | Text | Comment | Attribute | ProcessingInstruction | Node
+      Document | Element | Text | Comment | Attribute
+    | ProcessingInstruction | Node
 
     let to_string =
       function