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

Merge pull request #2489 from gebart/pr/keyword-space-word-boundary

keyword_space.sed: Add \b to avoid changing functions which end with the same letters as the keywords.
parents 845fe863 0c47cee4
Branches
No related tags found
No related merge requests found
s/if(/if (/ s/\bif(/if (/
s/switch(/switch (/ s/\bswitch(/switch (/
s/case(/case (/ s/\bcase(/case (/
s/while(/while (/ s/\bwhile(/while (/
s/for(/for (/ s/\bfor(/for (/
s/do(/do (/ s/\bdo(/do (/
s/! /!/ s/! /!/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment