From ed73c3a026b6d717d7b0ef3016bcba3950368b49 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Fri, 18 Jul 2014 11:09:12 -0700 Subject: [PATCH] Fix bad indentation --- htmlreport/cppcheck-htmlreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 87e729853..fef059d0f 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler): 'inconclusive': attributes['inconclusive'] }) except KeyError: - self.errors.append({ + self.errors.append({ 'file': '', 'line': 0, 'id': attributes['id'],