diff options
| author | Michael Pratt <mpratt@google.com> | 2023-03-23 14:18:19 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2023-03-23 20:52:57 +0000 |
| commit | b0dfcb74651b82123746273bbf6bb9988cd96e18 (patch) | |
| tree | 738c8a064cb8d614bd75fbb502b04e08b5dcb615 /src/runtime/sys_linux_amd64.s | |
| parent | 7b887158825720134181b6fe403066eee0cccee3 (diff) | |
| download | go-b0dfcb74651b82123746273bbf6bb9988cd96e18.tar.xz | |
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>
Diffstat (limited to 'src/runtime/sys_linux_amd64.s')
| -rw-r--r-- | src/runtime/sys_linux_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_linux_amd64.s b/src/runtime/sys_linux_amd64.s index 9f18d2d7cd..db6d1cbbb7 100644 --- a/src/runtime/sys_linux_amd64.s +++ b/src/runtime/sys_linux_amd64.s @@ -353,7 +353,7 @@ TEXT runtimeĀ·sigtramp(SB),NOSPLIT|TOPFRAME|NOFRAME,$0 ADJSP $-24 - POP_REGS_HOST_TO_ABI0() + POP_REGS_HOST_TO_ABI0() RET // Called using C ABI. |
