Skip to content

Commit b98d19b

Browse files
committed
Fix trailing whitespace
1 parent da61218 commit b98d19b

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
@@ -3490,7 +3490,7 @@ def misra_17_3(self, cfg):
34903490
for w in cfg.clang_warnings:
34913491
if w['message'].endswith('[-Wimplicit-function-declaration]'):
34923492
self.reportError(cppcheckdata.Location(w), 17, 3)
3493-
3493+
34943494
# Additional check for implicit function calls in expressions
34953495
for token in cfg.tokenlist:
34963496
if token.isName and token.function is None and token.valueType is None:

0 commit comments

Comments
 (0)