Merge pull request #370 from myint/patch-1

Fix bad indentation
This commit is contained in:
Daniel Marjamäki 2014-07-19 09:20:42 +02:00
commit 0e6d636be7
1 changed files with 1 additions and 1 deletions

View File

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