protobuf-go/cmd
Damien Neil a4a765351c cmd/protoc-gen-go: remove spurious space in "* T"
From:
  func (* T) isT_F() {}

To:
  func (*T) isT_F() {}

Formatting the file removes the space, but the presence or absence of
the space affects the formatter's decision on whether to split the {}
into {\n} or not.

Change-Id: I794c855a3115f9ae1b5f048728d8cad7a5f03e69
Reviewed-on: https://go-review.googlesource.com/c/140637
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-10-08 21:34:46 +00:00
..
protoc-gen-go cmd/protoc-gen-go: remove spurious space in "* T" 2018-10-08 21:34:46 +00:00
protoc-gen-go-grpc cmd/protoc-gen-go-grpc: add deprecation comments 2018-09-28 21:55:39 +00:00