mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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/! /!/
|