mirror of
https://github.com/golang/go.git
synced 2025-11-10 21:51:05 +00:00
cmd/cgo: remove unnecessary space in cgo export header
The cgo header has an unnecessary space in the exported function definition on non-windows goos. This was introduced in go1.16 so it would be good to fix it before release. Example: // Current behavior, notice there is an unecessary space // between extern and void extern void Foo(); // With this CL extern void Foo(); Change-Id: Ic2c21f8d806fe35a7be7183dbfe35ac605b6e4f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/283892 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Katie Hockman <katie@golang.org>
This commit is contained in:
parent
0c86b999c3
commit
84e8a06f62
1 changed files with 2 additions and 2 deletions
Loading…
Add table
Add a link
Reference in a new issue