From e6cf4cad8798bdca95d481acbe9413db5a27cabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 9 Aug 2021 20:32:24 +0200 Subject: [PATCH] htmlreport: indentation --- htmlreport/cppcheck-htmlreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index b65f3c88d..ce7104419 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -728,7 +728,7 @@ if __name__ == '__main__': tr_class=error["id"], message_class=message_class, add_author=add_author_information, - htmlfile=htmlfile)) + htmlfile=htmlfile)) output_file.write('\n ') output_file.write(HTML_FOOTER % contentHandler.versionCppcheck)