app-shells/bash-completion: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 18:03:52 +0000 (19:03 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 19:53:40 +0000 (20:53 +0100)
app-shells/bash-completion/metadata.xml

index 5ceec3abea7e43166461d922de1a85345fceaeae..b55bf3f4971d154f58772abca0b088d2242e220f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="person">
                <name>Gentoo Shell Tools Project</name>
        </maintainer>
        <longdescription>
-  Since v2.04, bash has allowed you to intelligently program and extend its
-  standard completion behavior to achieve complex command lines with just a
-  few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts
-  from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a
-  list of all string handling functions in the UNIX manual. mount system:
-  [Tab] would complete on all exported file-systems from the host called
-  system, while make [Tab] would complete on all targets in Makefile. This
-  project was conceived to produce programmable completion routines for the
-  most common Linux/UNIX commands, reducing the amount of typing sysadmins and
-  programmers need to do on a daily basis.
+               Since v2.04, bash has allowed you to intelligently program and extend its
+               standard completion behavior to achieve complex command lines with just a
+               few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts
+               from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a
+               list of all string handling functions in the UNIX manual. mount system:
+               [Tab] would complete on all exported file-systems from the host called
+               system, while make [Tab] would complete on all targets in Makefile. This
+               project was conceived to produce programmable completion routines for the
+               most common Linux/UNIX commands, reducing the amount of typing sysadmins and
+               programmers need to do on a daily basis.
        </longdescription>
        <upstream>
                <remote-id type="bitbucket">mgorny/bashcomp2</remote-id>