dev-python/audioread: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 19:57:10 +0000 (20:57 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 21:38:42 +0000 (22:38 +0100)
dev-python/audioread/metadata.xml

index 805c723460fd83816cc519ac852255fe05c7ea0c..39c8bb18ab55abcb3b0901e0e9fa1205f601d9f9 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription lang="en">
-Decode audio files using whichever backend is available. The library currently supports:
- * Gstreamer via gst-python.
- * MAD via the pymad bindings.
- * FFmpeg via its command-line interface.
- * The standard library wave and aifc modules (for WAV and AIFF files).
+       <!-- maintainer-needed -->
+       <longdescription lang="en">
+               Decode audio files using whichever backend is available. The library currently supports:
              * Gstreamer via gst-python.
              * MAD via the pymad bindings.
              * FFmpeg via its command-line interface.
              * The standard library wave and aifc modules (for WAV and AIFF files).
        </longdescription>
-  <upstream>
-    <remote-id type="pypi">audioread</remote-id>
-  </upstream>
+       <upstream>
+               <remote-id type="pypi">audioread</remote-id>
+       </upstream>
 </pkgmetadata>