Commit 3319ea98 authored by Robert Griesemer's avatar Robert Griesemer

cmd/compile/internal/gc: fixed comments (cosmetic change)

Change-Id: I9cbbfcf55ce3cccb6f14b9ffe6777567dcdad9c9
Reviewed-on: https://go-review.googlesource.com/16179Reviewed-by: default avatarChris Manghane <cmang@golang.org>
parent beedb1ec
...@@ -1149,7 +1149,6 @@ func exprfmt(n *Node, prec int) string { ...@@ -1149,7 +1149,6 @@ func exprfmt(n *Node, prec int) string {
} }
fallthrough fallthrough
//fallthrough
case OPACK, ONONAME: case OPACK, ONONAME:
return Sconv(n.Sym, 0) return Sconv(n.Sym, 0)
......
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