Fix bad indentation

This commit is contained in:
Steven Myint 2014-07-18 11:09:12 -07:00
parent 851f89d15f
commit ed73c3a026
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler):
'inconclusive': attributes['inconclusive']
})
except KeyError:
self.errors.append({
self.errors.append({
'file': '',
'line': 0,
'id': attributes['id'],