]> Cypherpunks repositories - gostls13.git/commit
all: replace leading spaces with tabs in assembly
authorMichael Pratt <mpratt@google.com>
Thu, 23 Mar 2023 18:18:19 +0000 (14:18 -0400)
committerMichael Pratt <mpratt@google.com>
Thu, 23 Mar 2023 20:52:57 +0000 (20:52 +0000)
commitb0dfcb74651b82123746273bbf6bb9988cd96e18
tree738c8a064cb8d614bd75fbb502b04e08b5dcb615
parent7b887158825720134181b6fe403066eee0cccee3
all: replace leading spaces with tabs in assembly

Most of these are one-off mistakes. Only one file was all spaces.

Change-Id: I277c3ce4a4811aa4248c90676f66bc775ae8d062
Reviewed-on: https://go-review.googlesource.com/c/go/+/478976
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
21 files changed:
src/cmd/asm/internal/asm/testdata/amd64error.s
src/cmd/asm/internal/asm/testdata/arm64enc.s
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
src/cmd/link/internal/ld/testdata/issue38192/oneline.s
src/crypto/aes/asm_arm64.s
src/crypto/aes/gcm_arm64.s
src/crypto/internal/nistec/p256_asm_ppc64le.s
src/crypto/sha1/sha1block_amd64.s
src/hash/crc32/crc32_ppc64le.s
src/hash/crc32/crc32_table_ppc64le.s
src/math/atanh_s390x.s
src/math/log_amd64.s
src/runtime/asm_loong64.s
src/runtime/asm_mips64x.s
src/runtime/memmove_ppc64x.s
src/runtime/sys_freebsd_amd64.s
src/runtime/sys_linux_amd64.s
src/runtime/sys_linux_ppc64x.s
src/runtime/sys_netbsd_amd64.s
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s