Remove spaces at end of line in ssl/statem
[oweals/openssl.git] / ssl / statem / extensions.c
index 28f7ada55a40456fbd58b90bb6f13d3b1e9813df..505337a44a83efd28bb21c58445932e3dfd73c7d 100644 (file)
@@ -1047,7 +1047,7 @@ static int final_alpn(SSL *s, unsigned int context, int sent)
      * we also have to do this before we decide whether to accept early_data.
      * In TLSv1.3 we've already negotiated our cipher so we do this call now.
      * For < TLSv1.3 we defer it until after cipher negotiation.
-     * 
+     *
      * On failure SSLfatal() already called.
      */
     return tls_handle_alpn(s);