]> Cypherpunks.ru repositories - gostls13.git/commit
all: remove newline characters after return statements
authorDanil Timerbulatov <timerbulatov.danila@gmail.com>
Thu, 7 Dec 2023 21:17:19 +0000 (00:17 +0300)
committerGopher Robot <gobot@golang.org>
Thu, 14 Dec 2023 17:22:18 +0000 (17:22 +0000)
commit527829a7cba4ded29f98fae97f8bab9de247d5fe
treed98b9dcc30baa3846a6f69444d8de62515e4a2f0
parent5f48662c5aab0f8c594b77ca183687264121f6b5
all: remove newline characters after return statements

This commit is aimed at improving the readability and consistency
of the code base. Extraneous newline characters were present after
some return statements, creating unnecessary separation in the code.

Fixes #64610

Change-Id: Ic1b05bf11761c4dff22691c2f1c3755f66d341f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/548316
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
32 files changed:
src/cmd/compile/internal/base/hashdebug.go
src/cmd/compile/internal/loopvar/loopvar_test.go
src/cmd/compile/internal/loopvar/testdata/opt-121.go
src/cmd/compile/internal/loopvar/testdata/opt-122.go
src/cmd/compile/internal/loopvar/testdata/opt.go
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/test/testdata/ctl_test.go
src/cmd/link/internal/loadxcoff/ldxcoff.go
src/cmd/link/internal/mips/obj.go
src/cmd/link/internal/ppc64/asm.go
src/database/sql/convert.go
src/hash/fnv/fnv.go
src/internal/bisect/bisect.go
src/internal/syscall/unix/at_fstatat.go
src/log/slog/logger.go
src/math/big/float_test.go
src/net/http/server.go
src/os/file_plan9.go
src/runtime/os2_aix.go
src/runtime/runtime1.go
src/runtime/syscall_aix.go
src/runtime/traceback_test.go
src/text/template/parse/node.go
test/codegen/bits.go
test/codegen/memcombine.go
test/codegen/noextend.go
test/escape2.go
test/escape2n.go
test/fixedbugs/issue32680b.go
test/fixedbugs/issue56923.go
test/typeparam/issue50485.dir/a.go
test/typeparam/issue51925.go