Skip to content
Snippets Groups Projects
Commit a44aa555 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Add whitespace after control keywords


find -name \*.cpp -o -name \*.h | \
  xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g'

Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 3747e941
No related branches found
No related tags found
No related merge requests found
Showing
with 52 additions and 52 deletions
Loading
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