]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: remove duplicate entry from gofmtLineReplacer
authorTobias Klauser <tklauser@distanz.ch>
Sun, 20 Jan 2019 18:14:58 +0000 (19:14 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 21 Jan 2019 07:14:48 +0000 (07:14 +0000)
commit8e50e48f4ddd434b848240837a02a487d502b3ee
treeb95693dcb96c5c310a57318df85803221da0f2ef
parente308807f658c11af52804d55c1b8c4b2cf80d3f3
cmd/cgo: remove duplicate entry from gofmtLineReplacer

CL 158457 added a duplicate entry for the ",\n" -> "," replacement to
gofmtLineReplacer. Remove the duplicate.

Change-Id: I17684fcd19cbc96fa7a7b53bf7c1a6382bf1114f
Reviewed-on: https://go-review.googlesource.com/c/158619
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/cgo/godefs.go