]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 16 Feb 2022 05:30:41 +0000 (00:30 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Feb 2022 01:46:14 +0000 (20:46 -0500)
src/modules/rlm_eap/rlm_eap.c

index 4c0bacc925de1f271e8749b3986d9ba916a5d60f..eb31358779bb42ee1ac9ced307353e3e4ce54c84 100644 (file)
@@ -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++) {
                                /*