dev-haskell/linear: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:08:10 +0000 (23:08 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:21:32 +0000 (12:21 +0100)
dev-haskell/linear/metadata.xml

index 8046e632c6e288b020705a7cc4e00993c9cdf855..ac6c351433870501ad819b3822aa67e7a7d7b800 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="project">
@@ -9,10 +9,12 @@
                Types and combinators for linear algebra on free vector spaces
        </longdescription>
        <use>
-               <flag name="template-haskell">You can disable the use of the
-  `template-haskell` package using `-f-template-haskell`. Disabling this is an
-  unsupported configuration, but it may be useful for accelerating builds in
-  sandboxes for expert users.</flag>
+               <flag name="template-haskell">
+                       You can disable the use of the
+                       `template-haskell` package using `-f-template-haskell`. Disabling this is an
+                       unsupported configuration, but it may be useful for accelerating builds in
+                       sandboxes for expert users.
+               </flag>
        </use>
        <upstream>
                <remote-id type="github">ekmett/linear</remote-id>