Fix indentation issues.
authorKim Nguyễn <kn@lri.fr>
Wed, 22 Feb 2012 09:17:56 +0000 (10:17 +0100)
committerKim Nguyễn <kn@lri.fr>
Wed, 22 Feb 2012 09:17:56 +0000 (10:17 +0100)
src/tree.ml

index e1374a7..587e649 100644 (file)
@@ -35,11 +35,11 @@ let tag t = (); fun s ->
 
 let to_string d = ();
   fun t ->
-  if t == Tag.pcdata then "<$>"
-  else if t == Tag.attribute_data then "<@$>"
-  else if t == Tag.attribute then "<@>"
-  else if t == Tag.nullt then "<!NIL!>"
-  else tag_name d t
+    if t == Tag.pcdata then "<$>"
+    else if t == Tag.attribute_data then "<@$>"
+    else if t == Tag.attribute then "<@>"
+    else if t == Tag.nullt then "<!NIL!>"
+    else tag_name d t
 
 let translate  x = x