From 083e6f190c18013ac914f0fb546eb6e795ec7207 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 18 2020 10:05:45 +0000 Subject: toks_client_acquire(): whitespace meditation. --- diff --git a/src/client/toks_client_acquire.c b/src/client/toks_client_acquire.c index e7d61ac..3048ffc 100644 --- a/src/client/toks_client_acquire.c +++ b/src/client/toks_client_acquire.c @@ -51,11 +51,11 @@ int32_t toks_client_acquire(struct toks_driver_ctx * dctx) ntapi->tt_aligned_block_memset( &msg,0,sizeof(msg)); - msg.header.msg_type = NT_LPC_NEW_MESSAGE; - msg.header.data_size = sizeof(msg.data); - msg.header.msg_size = sizeof(msg); - msg.data.ttyinfo.opcode = TOKS_DAEMON_ACQUIRE; - msg.data.syncinfo.hevent = toks_get_driver_hevent(dctx); + msg.header.msg_type = NT_LPC_NEW_MESSAGE; + msg.header.data_size = sizeof(msg.data); + msg.header.msg_size = sizeof(msg); + msg.data.ttyinfo.opcode = TOKS_DAEMON_ACQUIRE; + msg.data.syncinfo.hevent = toks_get_driver_hevent(dctx); if (toks_get_driver_tokpid(dctx)) { msg.data.syncinfo.ipcsvc.keys.reserved = toks_get_driver_tokpid(dctx);