commit: b9099b22d774d781c0ab02e85db7742f4bbedd1b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Nov 25 18:09:57 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 25 19:55:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9099b22
app-text/xmldiff: [QA] Consistent whitespace in metadata.xml app-text/xmldiff/metadata.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index 5ad26e1522f..e7734cc5fb8 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michael Weber</name> - </maintainer> - <longdescription>A python tool that figures out the differences between two - similar XML files, in the same way the diff utility does. - Xmldiff was initially developed for the Narval project and could also be - used as a library or as a command line tool. It can work either with XML - files or DOM trees. - </longdescription> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michael Weber</name> + </maintainer> + <longdescription> + A python tool that figures out the differences between two + similar XML files, in the same way the diff utility does. + Xmldiff was initially developed for the Narval project and could also be + used as a library or as a command line tool. It can work either with XML + files or DOM trees. + </longdescription> </pkgmetadata>
