From 70059e713a649787f6f0842e8a2012a62f81bf9c Mon Sep 17 00:00:00 2001 From: amai2012 Date: Thu, 26 Sep 2019 19:58:39 +0200 Subject: [PATCH] Format rules files as well --- rules/empty-catch-block.xml | 12 ++++++------ runastyle | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/rules/empty-catch-block.xml b/rules/empty-catch-block.xml index 4b343c910..a0f31c598 100644 --- a/rules/empty-catch-block.xml +++ b/rules/empty-catch-block.xml @@ -1,9 +1,9 @@ - normal - - - style - Empty catch block found. - + normal + + + style + Empty catch block found. + diff --git a/runastyle b/runastyle index 60a34865b..050cacf51 100755 --- a/runastyle +++ b/runastyle @@ -76,3 +76,4 @@ done formatXML man/cppcheck.1.xml formatXML cppcheck-errors.rng +formatXML rules/*.xml