From 49e920855ab5b6f9517ee616b9fe8c7b88153ac4 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:17:49 +0000 Subject: Fix line endings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/win64/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutine/win64/Context.h b/coroutine/win64/Context.h index db003a2ee6..b3afed691f 100644 --- a/coroutine/win64/Context.h +++ b/coroutine/win64/Context.h @@ -34,7 +34,7 @@ static inline void coroutine_initialize( 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) { -- cgit v1.2.3