Skip to content

Commit

Permalink
Remove trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wienans committed Feb 23, 2025
1 parent a5a449b commit cf94e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/misra.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def rawlink(rawtoken):


# Identifiers described in Section 7 "Library" of C99 Standard
# Based on ISO/IEC 9899:1999 (E) Annex B -- Library summary
# Based on ISO/IEC 9899:1999 (E) Annex B -- Library summary
# (https://www.dii.uchile.cl/~daespino/files/Iso_C_1999_definition.pdf)
C99_STDLIB_IDENTIFIERS = {
# B.1 Diagnostics
Expand Down Expand Up @@ -360,7 +360,7 @@ def rawlink(rawtoken):
}

# Identifiers described in Section 7 "Library" of C11 Standard
# Based on ISO/IEC 9899:201x N1570 (Draft 12.04.2011) Annex B -- Library summary
# Based on ISO/IEC 9899:201x N1570 (Draft 12.04.2011) Annex B -- Library summary
# (https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf)
C11_STDLIB_IDENTIFIERS = {
# B.1 Diagnostics
Expand Down

0 comments on commit cf94e0f

Please sign in to comment.