htmlreport: indentation

This commit is contained in:
Daniel Marjamäki 2021-08-09 20:32:24 +02:00
parent c48fc9ef89
commit e6cf4cad87
1 changed files with 1 additions and 1 deletions

View File

@ -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 </table>')
output_file.write(HTML_FOOTER % contentHandler.versionCppcheck)