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

index d5e41172adad774e191982521e6e0a56ea97e6d8..e1719221d10e4751bb5768600586ab1d5b49af14 100644 (file)
                <name>Gentoo C++ Project</name>
        </maintainer>
        <longdescription lang="en">
-  Blitz++ is a meta-template library for array
-  manipulation in C++ with a speed comparable to Fortran
-  implementations, while preserving an object-oriented
-  interface. These results are being obtained not through better
-  optimizing compilers, preprocessors, or language extensions, but
-  through the use of template techniques. By using templates cleverly,
-  optimizations such as loop fusion, unrolling, tiling, and algorithm
-  specialization can be performed automatically at compile time.
-</longdescription>
+               Blitz++ is a meta-template library for array
+               manipulation in C++ with a speed comparable to Fortran
+               implementations, while preserving an object-oriented
+               interface. These results are being obtained not through better
+               optimizing compilers, preprocessors, or language extensions, but
+               through the use of template techniques. By using templates cleverly,
+               optimizations such as loop fusion, unrolling, tiling, and algorithm
+               specialization can be performed automatically at compile time.
+       </longdescription>
        <use>
                <flag name="boost">Enable usage of boost::serialization</flag>
        </use>