mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords.
This commit is contained in:
parent
845fe86368
commit
0c47cee455
@ -1,7 +1,7 @@
|
||||
s/if(/if (/
|
||||
s/switch(/switch (/
|
||||
s/case(/case (/
|
||||
s/while(/while (/
|
||||
s/for(/for (/
|
||||
s/do(/do (/
|
||||
s/\bif(/if (/
|
||||
s/\bswitch(/switch (/
|
||||
s/\bcase(/case (/
|
||||
s/\bwhile(/while (/
|
||||
s/\bfor(/for (/
|
||||
s/\bdo(/do (/
|
||||
s/! /!/
|
||||
|
Loading…
Reference in New Issue
Block a user