From a3de4a092df50c3e6e142a65ee2fcaaee99ecfd0 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:17:12 +0000 Subject: Remove trailing whitespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/win64/Context.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coroutine') diff --git a/coroutine/win64/Context.asm b/coroutine/win64/Context.asm index d699bd14ad..a9f819a8c6 100644 --- a/coroutine/win64/Context.asm +++ b/coroutine/win64/Context.asm @@ -18,7 +18,7 @@ coroutine_transfer proc push r15 ; Save caller stack pointer - mov [rcx], rsp + mov [rcx], rsp ; Restore callee stack pointer mov rsp, [rdx] -- cgit v1.2.3