From 472576e6e0783d0c7f202aa4c4a7ce715cfb360f Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 22 Aug 2018 13:07:46 +0200 Subject: [PATCH] channels/rdpdr: Format code by astyle Run ./scripts/format_code.sh before the following changes. --- channels/rdpdr/server/rdpdr_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/rdpdr/server/rdpdr_main.c b/channels/rdpdr/server/rdpdr_main.c index d4c38c6..b372a5d 100644 --- a/channels/rdpdr/server/rdpdr_main.c +++ b/channels/rdpdr/server/rdpdr_main.c @@ -1263,7 +1263,7 @@ static UINT rdpdr_server_start(RdpdrServerContext* context) } if (!(context->priv->Thread = CreateThread(NULL, 0, - rdpdr_server_thread, (void*) context, 0, NULL))) + rdpdr_server_thread, (void*) context, 0, NULL))) { WLog_ERR(TAG, "CreateThread failed!"); CloseHandle(context->priv->StopEvent); -- 2.7.4