summaryrefslogtreecommitdiff
path: root/coroutine/win32
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win32')
-rw-r--r--coroutine/win32/Context.asm4
-rw-r--r--coroutine/win32/Context.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/coroutine/win32/Context.asm b/coroutine/win32/Context.asm
index 8fa13831bc..4917faf9d7 100644
--- a/coroutine/win32/Context.asm
+++ b/coroutine/win32/Context.asm
@@ -19,10 +19,10 @@
push ebx
push edi
push esi
-
+
; Save caller stack pointer
mov dword ptr [ecx], esp
-
+
; Restore callee stack pointer
mov esp, dword ptr [edx]
diff --git a/coroutine/win32/Context.h b/coroutine/win32/Context.h
index 1953646882..cea0345db1 100644
--- a/coroutine/win32/Context.h
+++ b/coroutine/win32/Context.h
@@ -58,4 +58,4 @@ inline void coroutine_destroy(coroutine_context * context)
#if __cplusplus
}
-#endif \ No newline at end of file
+#endif