From 9db549c4e19ae16fd10b51a66cc18644c82af45e Mon Sep 17 00:00:00 2001 From: amai2012 Date: Thu, 11 Oct 2018 10:27:50 +0200 Subject: [PATCH] Update runastyle Try to format cppcheck.1.xml via xmllint as suggested in https://github.com/danmar/cppcheck/pull/1420 --- runastyle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runastyle b/runastyle index 7d5c6c0d2e6..9d361c340a3 100755 --- a/runastyle +++ b/runastyle @@ -1,3 +1,4 @@ + #!/bin/bash # The version check in this script is used to avoid commit battles # between different developers that use different astyle versions as @@ -54,3 +55,6 @@ do xmllint --format -o ${PLATFORMFILE}_ ${PLATFORMFILE} mv -f ${PLATFORMFILE}_ ${PLATFORMFILE} done + +xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml +mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml