dev-python/pyenchant: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 20:05:26 +0000 (21:05 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 21:41:36 +0000 (22:41 +0100)
dev-python/pyenchant/metadata.xml

index c85d97681c588eb6604eb51bdc0d9f14276f94ac..016b0abca65291f86513c30b6e46c88e6cf5d358 100644 (file)
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <longdescription lang="en">PyEnchant is a set of language bindings and some wrapper classes to
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <longdescription lang="en">
+               PyEnchant is a set of language bindings and some wrapper classes to
                make the excellent Enchant spellchecker available as a Python
                module. The bindings are generated using SWIG. It includes all the
                functionality of Enchant with the flexibility of Python and a nice
                'Pythonic' object-oriented interface. It also aims to provide some
-               higher-level functionality than is available in the C API.</longdescription>
-  <upstream>
-    <remote-id type="pypi">pyenchant</remote-id>
-    <remote-id type="sourceforge">pyenchant</remote-id>
-  </upstream>
+               higher-level functionality than is available in the C API.
+       </longdescription>
+       <upstream>
+               <remote-id type="pypi">pyenchant</remote-id>
+               <remote-id type="sourceforge">pyenchant</remote-id>
+       </upstream>
 </pkgmetadata>