]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function body
authorTobias Klauser <tklauser@distanz.ch>
Sun, 11 Apr 2021 12:53:18 +0000 (14:53 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 12 Apr 2021 05:12:28 +0000 (05:12 +0000)
commit954bd8203bfe3033b9794ad4ec2c82cfd6be1414
treebf6d5cf3d64180aeb1c5c524f362070ac4a5f330
parente12abe4bd63883b16a76f650222dd4617504e43f
cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function body

All other _cgoPREFIX_Cfunc_* functions are indented using tabs.

Change-Id: Ic5cfccd3000d34d0bbe08d035f18640af5e05473
Reviewed-on: https://go-review.googlesource.com/c/go/+/308993
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/out.go