From 8735221d595ed4f637aadf10260c8fb31489bdf1 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 16 Feb 2022 00:30:41 -0500 Subject: [PATCH] Whitespace --- src/modules/rlm_eap/rlm_eap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/rlm_eap/rlm_eap.c b/src/modules/rlm_eap/rlm_eap.c index 4c0bacc925..eb31358779 100644 --- a/src/modules/rlm_eap/rlm_eap.c +++ b/src/modules/rlm_eap/rlm_eap.c @@ -340,11 +340,11 @@ static eap_type_t eap_process_nak(module_ctx_t const *mctx, request_t *request, * we can continue with. */ do { - /* - * Provide a way of the admin potentially - * disabling EAP negotiation. - */ - if (vp->vp_uint32 == FR_EAP_METHOD_INVALID) continue; + /* + * Provide a way of the admin potentially + * disabling EAP negotiation. + */ + if (vp->vp_uint32 == FR_EAP_METHOD_INVALID) continue; for (i = 0; i < s_i; i++) { /* -- 2.47.3