]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add a missing newline in writeExports
authorIan Lance Taylor <iant@golang.org>
Wed, 4 Nov 2015 01:18:42 +0000 (17:18 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Nov 2015 01:38:09 +0000 (01:38 +0000)
commit2780abd645536db2f23d6c1f47bb404bc1da8fea
treed835514924ae848fc6dddcd85c4230d02dc57c1e
parentb1050542c1dcff9f5902ab2745aae3ccc8340c11
cmd/cgo: add a missing newline in writeExports

The code works without the newline, but it looks funny:

func _cgoexp_15afe6549f62_GoFn(a unsafe.Pointer, n int32) { fn := GoFn

This adds a newline after the '{'.

Change-Id: I6c465abe16f47924426d1b22b91004b3a3586ebd
Reviewed-on: https://go-review.googlesource.com/16612
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/cgo/out.go