mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
112 B
Sed
8 lines
112 B
Sed
s/\bif(/if (/
|
|
s/\bswitch(/switch (/
|
|
s/\bcase(/case (/
|
|
s/\bwhile(/while (/
|
|
s/\bfor(/for (/
|
|
s/\bdo(/do (/
|
|
s/! /!/
|