1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/keyword_space.sed
2013-07-30 11:08:28 +02:00

8 lines
99 B
Sed

s/if(/if (/
s/switch(/switch(/
s/case(/case (/
s/while(/while (/
s/for(/for (/
s/do(/do (/
s/! /!/