From e9eccf32b6594cfd279e035ca7d3c07ef2f7fb75 Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 Date: Mon, 4 Sep 2023 23:12:16 +0100 Subject: [PATCH] Space cleanup --- src/dictstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dictstat.c b/src/dictstat.c index 1eca91f19..a607cf7d6 100644 --- a/src/dictstat.c +++ b/src/dictstat.c @@ -192,8 +192,8 @@ int dictstat_write (hashcat_ctx_t *hashcat_ctx) if (hashconfig->dictstat_disable == true) return 0; - if (user_options->rule_buf_l_chgd == true) return 0 ; - if (user_options->rule_buf_r_chgd == true) return 0 ; + if (user_options->rule_buf_l_chgd == true) return 0; + if (user_options->rule_buf_r_chgd == true) return 0; HCFILE fp;