dev-lang/ocaml: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:18:09 +0000 (23:18 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:25:05 +0000 (12:25 +0100)
dev-lang/ocaml/metadata.xml

index 720c6c5d8b361e40c4c09f5a8114da32034a92c4..cb56699273003e1ffb2921e7d246628f4b15f6c0 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-       <email>ml@gentoo.org</email>
-       <name>Gentoo ML Project</name>
-</maintainer>
-  <use>
-       <flag name="flambda">Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining.</flag>
-       <flag name="spacetime">Enables the Spacetime memory profiler. See https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html for more information.</flag>
-  </use>
-  <upstream>
-         <remote-id type="github">ocaml/ocaml</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>ml@gentoo.org</email>
+               <name>Gentoo ML Project</name>
+       </maintainer>
+       <use>
+               <flag name="flambda">Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining.</flag>
+               <flag name="spacetime">Enables the Spacetime memory profiler. See https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html for more information.</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">ocaml/ocaml</remote-id>
+       </upstream>
 </pkgmetadata>