]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
EAP-TLS server: Remove trailing whitespace
authorJouni Malinen <j@w1.fi>
Tue, 1 May 2018 14:40:58 +0000 (17:40 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 1 May 2018 14:40:58 +0000 (17:40 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_server/eap_server_tls_common.c

index 3c9027b33ce40a8cafbe305c44f6d5b274aacc25..61be3b54d0badc569e06e00950802576be6456a5 100644 (file)
@@ -373,7 +373,7 @@ static int eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags,
        if (data->tls_in &&
            eap_server_tls_process_cont(data, *pos, end - *pos) < 0)
                return -1;
-               
+
        if (flags & EAP_TLS_FLAGS_MORE_FRAGMENTS) {
                if (eap_server_tls_process_fragment(data, flags, tls_msg_len,
                                                    *pos, end - *pos) < 0)