From 9264560a28fd2f0b197beb625fafcb5b3a7c514b Mon Sep 17 00:00:00 2001 From: philsmd Date: Thu, 21 Nov 2019 10:47:07 +0100 Subject: [PATCH] formatting: remove extra whitespace in terminal.c --- src/terminal.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/terminal.c b/src/terminal.c index dbe11c693..d1e8834e8 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1138,7 +1138,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx) event_log_info (hashcat_ctx, "Hash.Target......: %s", hashcat_status->hash_target); - + if (user_options->force == true) { event_log_info (hashcat_ctx, @@ -1152,7 +1152,8 @@ void status_display (hashcat_ctx_t *hashcat_ctx) "Time.Started.....: %s (%s)", hashcat_status->time_started_absolute, hashcat_status->time_started_relative); - } + } + if (user_options->force == true) { 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_relative); } - + switch (hashcat_status->guess_mode) { case GUESS_MODE_STRAIGHT_FILE: