Commit 8f8ada00 authored by Jan Ziak's avatar Jan Ziak

cmd/gc: drop { } around single-line if-statement body

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/85890043
parent 397f129d
...@@ -301,9 +301,8 @@ gen(Node *n) ...@@ -301,9 +301,8 @@ gen(Node *n)
break; break;
case OLABEL: case OLABEL:
if(isblanksym(n->left->sym)) { if(isblanksym(n->left->sym))
break; break;
}
lab = newlab(n); lab = newlab(n);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment