diff options
author | Keuin <[email protected]> | 2022-05-28 03:04:11 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-05-28 03:04:11 +0800 |
commit | f3baf01fd8dcf6bdfe2ee558088ad89907f7bd6c (patch) | |
tree | 84205557f3b7d514a3c572d4d4a43634168e54c1 /main.c | |
parent | e02a4194aca80dc77645816fed8661d8b4677984 (diff) |
Code reformat.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |