From b3d9236f32d1eab9fa7df0441975439955257b50 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 11 2020 08:54:09 +0000 Subject: whitespace meditation. --- diff --git a/src/client/toks_client_acquire.c b/src/client/toks_client_acquire.c index 6ed26c5..56cb89f 100644 --- a/src/client/toks_client_acquire.c +++ b/src/client/toks_client_acquire.c @@ -50,8 +50,8 @@ int32_t toks_client_acquire(struct toks_driver_ctx * dctx) msg.header.msg_size = sizeof(msg); msg.data.ttyinfo.opcode = TOKS_DAEMON_ACQUIRE; - msg.data.ipcinfo.ctrlsvc.keys.key[0] = toks_get_driver_tokpid(dctx); - msg.data.ipcinfo.hevent = toks_get_driver_hevent(dctx); + msg.data.ipcinfo.ctrlsvc.keys.key[0] = toks_get_driver_tokpid(dctx); + msg.data.ipcinfo.hevent = toks_get_driver_hevent(dctx); if (!(millisecs = toks_get_driver_timeout(dctx))) { msg.data.ipcinfo.hevent = 0;