summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/arch/async_win.c')
-rw-r--r--crypto/async/arch/async_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async/arch/async_win.c b/crypto/async/arch/async_win.c
index 37a3111052..077d56ced0 100644
--- a/crypto/async/arch/async_win.c
+++ b/crypto/async/arch/async_win.c
@@ -25,7 +25,7 @@ void async_local_cleanup(void)
async_ctx *ctx = async_get_ctx();
if (ctx != NULL) {
async_fibre *fibre = &ctx->dispatcher;
- if(fibre != NULL && fibre->fibre != NULL && fibre->converted) {
+ if (fibre != NULL && fibre->fibre != NULL && fibre->converted) {
ConvertFiberToThread();
fibre->fibre = NULL;
}