Description[NTP] Cleanup: add brackets in components/ntp_snippets. [1/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/b1a1155c1d237ddcdeba4828c4daccb5db105f72
Cr-Commit-Position: refs/heads/master@{#433505}
Patch Set 1 #Dependent Patchsets: Messages
Total messages: 16 (11 generated)
|