Skip to content

Commit e045bcc

Browse files
committed
Fix trailing whitespace
1 parent 903b800 commit e045bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/misra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ def misra_17_3(self, cfg):
33303330
for w in cfg.clang_warnings:
33313331
if w['message'].endswith('[-Wimplicit-function-declaration]'):
33323332
self.reportError(cppcheckdata.Location(w), 17, 3)
3333-
3333+
33343334
# Additional check for implicit function calls in expressions
33353335
for token in cfg.tokenlist:
33363336
if token.isName and token.function is None and token.valueType is None:

0 commit comments

Comments
 (0)