From 3baa7167060f79c2b492f6ead1718057d651db7f Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 22 Aug 2018 13:13:07 +0200 Subject: [PATCH] channels/smartcard: Format code by astyle Run ./scripts/format_code.sh before the following changes. --- channels/smartcard/client/smartcard_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/smartcard/client/smartcard_main.c b/channels/smartcard/client/smartcard_main.c index 7046a70..2a5bc8d 100644 --- a/channels/smartcard/client/smartcard_main.c +++ b/channels/smartcard/client/smartcard_main.c @@ -135,7 +135,7 @@ SMARTCARD_CONTEXT* smartcard_context_new(SMARTCARD_DEVICE* smartcard, } pContext->thread = CreateThread(NULL, 0, - smartcard_context_thread, + smartcard_context_thread, pContext, 0, NULL); if (!pContext->thread) @@ -747,7 +747,7 @@ UINT DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints) } smartcard->thread = CreateThread(NULL, 0, - smartcard_thread_func, + smartcard_thread_func, smartcard, CREATE_SUSPENDED, NULL); if (!smartcard->thread) -- 2.7.4