channels/smartcard: Format code by astyle
authorOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 11:13:07 +0000 (13:13 +0200)
committerOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 11:35:43 +0000 (13:35 +0200)
Run ./scripts/format_code.sh before the following changes.

channels/smartcard/client/smartcard_main.c

index 7046a70..2a5bc8d 100644 (file)
@@ -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)