Skip to content
Snippets Groups Projects
Commit 0c47cee4 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

keyword_space.sed: Add \b to avoid changing functions which end with the same...

keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords.
parent 845fe863
No related branches found
No related tags found
No related merge requests found
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/! /!/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment