1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-18 10:32:04 +00:00

formatting: remove extra whitespace in terminal.c

This commit is contained in:
philsmd 2019-11-21 10:47:07 +01:00
parent 13dcae6879
commit 9264560a28

View File

@ -1138,7 +1138,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
event_log_info (hashcat_ctx, event_log_info (hashcat_ctx,
"Hash.Target......: %s", "Hash.Target......: %s",
hashcat_status->hash_target); hashcat_status->hash_target);
if (user_options->force == true) if (user_options->force == true)
{ {
event_log_info (hashcat_ctx, event_log_info (hashcat_ctx,
@ -1152,7 +1152,8 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
"Time.Started.....: %s (%s)", "Time.Started.....: %s (%s)",
hashcat_status->time_started_absolute, hashcat_status->time_started_absolute,
hashcat_status->time_started_relative); hashcat_status->time_started_relative);
} }
if (user_options->force == true) if (user_options->force == true)
{ {
event_log_info (hashcat_ctx, event_log_info (hashcat_ctx,
@ -1167,7 +1168,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
hashcat_status->time_estimated_absolute, hashcat_status->time_estimated_absolute,
hashcat_status->time_estimated_relative); hashcat_status->time_estimated_relative);
} }
switch (hashcat_status->guess_mode) switch (hashcat_status->guess_mode)
{ {
case GUESS_MODE_STRAIGHT_FILE: case GUESS_MODE_STRAIGHT_FILE: