summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-05-28 03:04:11 +0800
committerKeuin <[email protected]>2022-05-28 03:04:11 +0800
commitf3baf01fd8dcf6bdfe2ee558088ad89907f7bd6c (patch)
tree84205557f3b7d514a3c572d4d4a43634168e54c1 /main.c
parente02a4194aca80dc77645816fed8661d8b4677984 (diff)
Code reformat.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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 */