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

ruby-changes:53658

From: samuel <ko1@a...>
Date: Tue, 20 Nov 2018 22:57:39 +0900 (JST)
Subject: [ruby-changes:53658] samuel:r65869 (trunk): Fix line endings.

samuel	2018-11-20 19:17:49 +0900 (Tue, 20 Nov 2018)

  New Revision: 65869

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65869

  Log:
    Fix line endings.

  Modified files:
    trunk/coroutine/win64/Context.h
Index: coroutine/win64/Context.h
===================================================================
--- coroutine/win64/Context.h	(revision 65868)
+++ coroutine/win64/Context.h	(revision 65869)
@@ -34,7 +34,7 @@ static inline void coroutine_initialize( https://github.com/ruby/ruby/blob/trunk/coroutine/win64/Context.h#L34
 	void *stack_pointer,
 	size_t stack_size
 ) {
-	/* Force 16-byte alignment */
+	/* Force 16-byte alignment */
 	context->stack_pointer = (void**)((uintptr_t)stack_pointer & ~0xF);
 
 	if (!start) {

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

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