From: Arran Cudbard-Bell Date: Wed, 16 Feb 2022 05:30:41 +0000 (-0500) Subject: Whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8735221d595ed4f637aadf10260c8fb31489bdf1;p=thirdparty%2Ffreeradius-server.git Whitespace --- 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++) { /*