Skip to content

Commit 903b800

Browse files
committed
Remove trailing whitespace
1 parent 689a662 commit 903b800

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
@@ -3338,7 +3338,7 @@ def misra_17_3(self, cfg):
33383338
if token.next.next.str == "*" and \
33393339
token.next.next.next.isName and token.next.next.next.valueType is not None and \
33403340
token.next.next.next.valueType.pointer > 0 :
3341-
# this is a function pointer definition the tokens look like this int16_t ( * misra_8_2_p_a ) ()
3341+
# this is a function pointer definition the tokens look like this int16_t ( * misra_8_2_p_a ) ()
33423342
# and the int16_t causes the detection as the '(' follows
33433343
continue
33443344
if not isKeyword(token.str) and not isStdLibId(token.str,cfg.standards.c):

0 commit comments

Comments
 (0)