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

index aa8d85a88b1642f68b08e987431e3cdfd36829bf..155e664ff75c1ad0a93c4fdd91b1b9207d363800 100644 (file)
                secure cryptographic hash functions designed by Niels
                Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
                Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
-               
+
                This package uses bindings to the optimized C implementation
                of Skein.  We provide a high-level interface (see module
                "Crypto.Skein") to some of the Skein use cases.  We also
                provide a low-level interface (see module
                "Crypto.Skein.Internal") should you need to use Skein in a
                different way.
-               
+
                Currently we have support for Skein as cryptographic hash
                function as Skein as a message authentication code
                (Skein-MAC).  For examples of how to use this package, see
                "Crypto.Skein" module documentation.
        </longdescription>
        <use>
-               <flag name="big-endian">When manually selecting the
-                endianness, use big-endian (default is little-endian).</flag>
-               <flag name="force-endianness">Use a manually selected endian
-                when compiling (see flag 'big-endian').</flag>
-               <flag name="reference">Use the reference implementation
-                instead of the optimized one.</flag>
+               <flag name="big-endian">When manually selecting the endianness, use big-endian (default is little-endian)</flag>
+               <flag name="force-endianness">Use a manually selected endian when compiling (see flag 'big-endian')</flag>
+               <flag name="reference">Use the reference implementation instead of the optimized one</flag>
        </use>
        <upstream>
                <remote-id type="github">meteficha/skein</remote-id>