fix pasted whitespace

This commit is contained in:
Paul Davis 2015-05-09 13:42:30 -04:00
parent d6a6444b90
commit 8ab0b99bee
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class CStyleChecker:
self.indent_re = re.compile ("^\s*")
self.last_line_indent = ""
self.last_line_indent_curly = False
self.re_checks = \
self.re_checks = \
[ ( re.compile ("^ "), "leading space as indentation instead of tab - use tabs to indent, spaces to align" )
, ( re.compile ("{[^\s]"), "missing space after open brace" )
, ( re.compile ("[^\s]}"), "missing space before close brace" )