dev-lisp/cl-ppcre: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:25:37 +0000 (23:25 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:27:02 +0000 (12:27 +0100)
dev-lisp/cl-ppcre/metadata.xml

index 80cabfa1315042cbb1ef79a3b31beee8381e8d15..36bca3f8dbdf103a5cb1e87e84cab50bb025d96b 100644 (file)
@@ -6,26 +6,26 @@
                <name>Gentoo Common Lisp Project</name>
        </maintainer>
        <longdescription lang="en">
-    CL-PPCRE is a portable regular expression library for Common Lisp
-    which has the following features:
+               CL-PPCRE is a portable regular expression library for Common Lisp
+               which has the following features:
 
-    * compatible with Perl
-    * fast (outperforms Perl)
-    * portable (ANSI Common Lisp)
-    * thread-safe
-    * includes convenience features
-    * well-documented
+               * compatible with Perl
+               * fast (outperforms Perl)
+               * portable (ANSI Common Lisp)
+               * thread-safe
+               * includes convenience features
+               * well-documented
        </longdescription>
        <longdescription lang="es">
-    CL-PPCRE es una biblioteca de expressiones regulares portable
-    para Common Lisp que tiene las siguientes características:
+               CL-PPCRE es una biblioteca de expressiones regulares portable
+               para Common Lisp que tiene las siguientes características:
 
-    * Compatible con Perl
-    * Rápida (más rápida que la versión para Perl)
-    * Portable (ANSI Common Lisp)
-    * Segura en la ejecución de hilos (thread-safe)
-    * Incluye características para hacerla cómoda
-    * Bien documentada
+               * Compatible con Perl
+               * Rápida (más rápida que la versión para Perl)
+               * Portable (ANSI Common Lisp)
+               * Segura en la ejecución de hilos (thread-safe)
+               * Incluye características para hacerla cómoda
+               * Bien documentada
        </longdescription>
        <upstream>
                <remote-id type="github">edicl/cl-ppcre</remote-id>