replace tabs with spaces in cppcheckdata.py

This commit is contained in:
Daniel Marjamäki 2019-04-10 06:48:16 +02:00
parent 4415992a62
commit 4509b25f97
1 changed files with 1 additions and 1 deletions

View File

@ -828,5 +828,5 @@ def reportErrorCli(token, severity, message, addon, errorId):
if '--cli' in sys.argv:
errout = sys.stdout
else:
errout = sys.errout
errout = sys.errout
errout.write('[%s:%i]: (%s) %s [%s-%s]\n' % (token.file, int(token.linenr), severity, message, addon, errorId))