Description[NTP] Cleanup: add brackets in components/ntp_snippets. [2/2]
This CL adds curly brackets to |if|, |for| and |while| in
components/ntp_snippets. The search was done using
"((if)|(for)|(while)) \([^{]*?\n" regexp. Note that it matches
multiline statements and this was intended, since there were
not many such cases and I wanted to confirm that we did not
miss brackets there.
BUG=667202
Committed: https://crrev.com/4408d6ca936c694ceb0574f9f59160aade65f0ea
Cr-Commit-Position: refs/heads/master@{#433532}
Patch Set 1 #
Total comments: 2
Patch Set 2 : "else if". #Depends on Patchset: Messages
Total messages: 22 (14 generated)
|