From 57ad3becf11e9218856592dc371dff60dd06f85f Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:28:05 +0100 Subject: [PATCH] minor: 19800/kerberos5 indentation fix --- src/modules/module_19800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_19800.c b/src/modules/module_19800.c index 3eaaec0b6..c7a50985a 100644 --- a/src/modules/module_19800.c +++ b/src/modules/module_19800.c @@ -130,7 +130,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE token.len_min[3] = 104; token.len_max[3] = 112; token.attr[3] = TOKEN_ATTR_VERIFY_LENGTH - | TOKEN_ATTR_VERIFY_HEX; + | TOKEN_ATTR_VERIFY_HEX; const int rc_tokenizer = input_tokenizer ((const u8 *) line_buf, line_len, &token);