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;