From c955af037cd59daa0a221b09190e1928e79d7e70 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 31 Aug 2021 16:30:00 +0200 Subject: Remove trailing white-space Effin github editor. What is leaving trailing white-space good for? --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index e4f536066..87f4b02b7 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -2063,7 +2063,7 @@ static const char *ssl_msg_type(int ssl_ver, int msg) #ifdef SSL3_MT_SUPPLEMENTAL_DATA case SSL3_MT_SUPPLEMENTAL_DATA: return "Supplemental data"; -#endif +#endif #ifdef SSL3_MT_END_OF_EARLY_DATA case SSL3_MT_END_OF_EARLY_DATA: return "End of early data"; -- cgit v1.2.1