* remove trailing spaces.

This commit is contained in:
git 2019-06-24 11:25:17 +09:00
parent a071bed7a5
commit 5d4dfcd808

2
cont.c
View File

@ -46,7 +46,7 @@
#include FIBER_USE_COROUTINE #include FIBER_USE_COROUTINE
#define FIBER_USE_NATIVE 1 #define FIBER_USE_NATIVE 1
#else #else
#pragma message "Native coroutine not available!" #pragma message "Native coroutine not available!"
#endif #endif
#if !defined(FIBER_USE_NATIVE) #if !defined(FIBER_USE_NATIVE)