diff options
author | Sam James <sam@gentoo.org> | 2022-10-18 03:44:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-18 03:44:13 +0100 |
commit | 8e87476a2019e87fde664dc4c8c40ae15e1afaed (patch) | |
tree | 6b7a4fbbc5e3a3add0233cacb0c4f8f4ed50e67e /dev-util/cflow | |
parent | dev-scheme/guile: drop 3.0.7-r1 (diff) | |
download | gentoo-8e87476a2019e87fde664dc4c8c40ae15e1afaed.tar.gz gentoo-8e87476a2019e87fde664dc4c8c40ae15e1afaed.tar.bz2 gentoo-8e87476a2019e87fde664dc4c8c40ae15e1afaed.zip |
dev-util/cflow: fix PkgMetadataXmlIndentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cflow')
-rw-r--r-- | dev-util/cflow/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/cflow/metadata.xml b/dev-util/cflow/metadata.xml index 92f1ebcbc945..2dbb79475c73 100644 --- a/dev-util/cflow/metadata.xml +++ b/dev-util/cflow/metadata.xml @@ -3,13 +3,13 @@ <pkgmetadata> <!-- maintainer-needed --> <longdescription lang="en"> - GNU cflow analyzes a collection of C source files and prints a graph, - charting control flow within the program. + GNU cflow analyzes a collection of C source files and prints a graph, + charting control flow within the program. - GNU cflow is able to produce both direct and inverted flowgraphs for C - sources. Optionally a cross-reference listing can be generated. Two - output formats are implemented: POSIX and GNU (extended). - </longdescription> + GNU cflow is able to produce both direct and inverted flowgraphs for C + sources. Optionally a cross-reference listing can be generated. Two + output formats are implemented: POSIX and GNU (extended). + </longdescription> <upstream> <remote-id type="savannah">cflow</remote-id> </upstream> |