From f3606e307aab6858662be571650a34f03427e6bf Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Thu, 11 Jun 2020 08:35:10 -0800 Subject: [PATCH] strip trailing whitespace - h/t @philsmd --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 81611eab8..8d31f20f5 100644 --- a/src/interface.c +++ b/src/interface.c @@ -354,7 +354,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) { if (hashconfig->has_optimized_kernel == false) { - if (user_options->quiet == false) + if (user_options->quiet == false) { event_log_warning (hashcat_ctx, "Kernel %s:", source_file); event_log_warning (hashcat_ctx, "Optimized kernel requested but not needed - falling back to pure kernel");