From f3baf01fd8dcf6bdfe2ee558088ad89907f7bd6c Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 28 May 2022 03:04:11 +0800 Subject: Code reformat. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index a7d5fa7..7ac4eb4 100644 --- a/main.c +++ b/main.c @@ -147,7 +147,7 @@ typedef struct s_thread_param { /* if a worker find this to be true, it will terminate */ atomic_bool key_found; /* shared across workers */ -const char * volatile ciphertext; +const char *volatile ciphertext; /* should not be modified by workers */ uint32_t ciphertext_len; /* the result generated by a lucky worker */ -- cgit v1.2.3