]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/radius/radius_server.c
Remove trailing whitespace
[thirdparty/hostap.git] / src / radius / radius_server.c
index 323c409c85532b881fe9facff8b5a6ce196818bd..e8bef45fc255c4d2c4aa56f4e1b9aa6a646d189b 100644 (file)
@@ -1062,7 +1062,7 @@ static int radius_server_request(struct radius_server_data *data,
                             "message");
                return -1;
        }
-                     
+
        eap = radius_msg_get_eap(msg);
        if (eap == NULL && sess->macacl) {
                reply = radius_server_macacl(data, client, sess, msg);