]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: minor cleanup of init.go comments
authorMichael Munday <munday@ca.ibm.com>
Thu, 12 May 2016 16:09:18 +0000 (12:09 -0400)
committerMichael Munday <munday@ca.ibm.com>
Thu, 12 May 2016 16:48:09 +0000 (16:48 +0000)
commita8a2b38fb9e3886b6942621bf4b24ae062f0460b
tree9cabfad32dc5e6f63f45b72a9120c63b73ff8c85
parente54dfc2ec4a057aa1bf06f9bef5cdb2e769a669d
cmd/compile/internal/gc: minor cleanup of init.go comments

Step 5 was deleted in f3575a9 however the numbering of the other
steps wasn't adjusted accordingly.

While we're here: clean up the whitespace, add curly braces where
appropriate and delete semicolons.

Change-Id: I4e77b2d3ee8460abe4bfb993674f83e35be8ff17
Reviewed-on: https://go-review.googlesource.com/23066
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/init.go