[前][次][番号順一覧][スレッド一覧]

ruby-changes:62126

From: Nobuyoshi <ko1@a...>
Date: Sun, 5 Jul 2020 17:12:40 +0900 (JST)
Subject: [ruby-changes:62126] 04c704c5c9 (master): Removed trailing spaces [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=04c704c5c9

From 04c704c5c967ea9bded6bf645439fe59c7d9f7d6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 5 Jul 2020 17:12:20 +0900
Subject: Removed trailing spaces [ci skip]


diff --git a/coroutine/arm32/Context.S b/coroutine/arm32/Context.S
index b66db29..08a0491 100644
--- a/coroutine/arm32/Context.S
+++ b/coroutine/arm32/Context.S
@@ -15,12 +15,12 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/arm32/Context.S#L15
 coroutine_transfer:
 	# Save caller state (8 registers + return address)
 	push {r4-r11,lr}
-	
+
 	# Save caller stack pointer
 	str sp, [r0]
-	
+
 	# Restore callee stack pointer
 	ldr sp, [r1]
-	
+
 	# Restore callee state (8 registers program counter)
 	pop {r4-r11,pc}
diff --git a/coroutine/arm64/Context.S b/coroutine/arm64/Context.S
index 7d28262..701ae21 100644
--- a/coroutine/arm64/Context.S
+++ b/coroutine/arm64/Context.S
@@ -13,7 +13,7 @@ coroutine_transfer: https://github.com/ruby/ruby/blob/trunk/coroutine/arm64/Context.S#L13
 
 	# Make space on the stack for caller registers
 	sub sp, sp, 0xb0
-	
+
 	# Save caller registers
 	stp d8, d9, [sp, 0x00]
 	stp d10, d11, [sp, 0x10]
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]