summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:17:49 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:17:49 +0000
commit49e920855ab5b6f9517ee616b9fe8c7b88153ac4 (patch)
tree79abe20ec566fdab0860b8e09e468de9786d06b2
parent0b5e1442f5425490f9c9d249683d05fe72b29ea9 (diff)
Fix line endings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--coroutine/win64/Context.h2
1 files changed, 1 insertions, 1 deletions
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) {