aboutsummaryrefslogtreecommitdiff
path: root/lib/xml_parser.ml
diff options
context:
space:
mode:
authorRegis-Gianas2014-11-04 11:41:18 +0100
committerRegis-Gianas2014-11-04 22:51:36 +0100
commit29b620a91a7ee935de4e9a046340a758304e407d (patch)
treeab0f4403f3038dcca2518cb9eae77a12292cc558 /lib/xml_parser.ml
parent3b6369bef11b5485811e8331bfd8c8febf2c6749 (diff)
lib/Xml_parser: Cosmetics.
Diffstat (limited to 'lib/xml_parser.ml')
-rw-r--r--lib/xml_parser.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/xml_parser.ml b/lib/xml_parser.ml
index 342ce0a750..2809296e1a 100644
--- a/lib/xml_parser.ml
+++ b/lib/xml_parser.ml
@@ -124,8 +124,7 @@ let rec read_node s =
| t ->
push t s;
raise NoMoreData
-and
- read_elems tag s =
+and read_elems tag s =
let elems = ref [] in
(try
while true do