]> Cypherpunks repositories - gostls13.git/commit
runtime: gofmt
authorMichael Pratt <mpratt@google.com>
Wed, 8 Jun 2022 14:46:42 +0000 (10:46 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 8 Jun 2022 15:44:05 +0000 (15:44 +0000)
commit3426b7201da8140bb0fb433facd9e1fd3f267dfb
tree0dc130bd76935c5b2d0c5630ae47c5b8840f423a
parentf330a3a987aa980d6c1adfb4ed509b461d5c13cf
runtime: gofmt

libfuzzerHookStrCmp is manually reformatted into a proper go doc list.

We don't always format testdata, but these test programs are standard Go
programs that can be formatted.

Change-Id: I4dde398bca225ae8c72e787e4d43fd0ccfd0a90b
Reviewed-on: https://go-review.googlesource.com/c/go/+/411114
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/libfuzzer.go
src/runtime/testdata/testprog/crash.go
src/runtime/testdata/testprogcgo/pprof_callback.go
src/runtime/testdata/testwinlib/main.go