From 1244213d2ec1965de70c8681eb7c4c62d07bc098 Mon Sep 17 00:00:00 2001 From: amai Date: Mon, 5 Nov 2018 21:14:49 +0100 Subject: [PATCH] runastyle also formats cppcheck-errors.rng using xmllint --- cppcheck-errors.rng | 134 ++++++++++++++++++++++---------------------- runastyle | 3 + 2 files changed, 69 insertions(+), 68 deletions(-) mode change 100755 => 100644 cppcheck-errors.rng diff --git a/cppcheck-errors.rng b/cppcheck-errors.rng old mode 100755 new mode 100644 index 3576a1a0d..553c2129b --- a/cppcheck-errors.rng +++ b/cppcheck-errors.rng @@ -1,70 +1,68 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/runastyle b/runastyle index 9d361c340..074a24186 100755 --- a/runastyle +++ b/runastyle @@ -58,3 +58,6 @@ done xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml + +xmllint --format -o cppcheck-errors_.rng cppcheck-errors.rng +mv cppcheck-errors_.rng cppcheck-errors.rng