From 0991b0ea3b852820026bfd8c92c76a2901fc1e20 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 25 Feb 2020 16:34:41 +0100 Subject: [PATCH] Fix location of curly brace and normalize white space --- ssl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl.c b/ssl.c index 3e07665c..fb3e9ef3 100644 --- a/ssl.c +++ b/ssl.c @@ -1664,7 +1664,8 @@ static unsigned int get_certificate_mutex_id(struct client_state *csp) { * Returns : Serial number for new certificate * *********************************************************************/ -static unsigned long get_certificate_serial(struct client_state *csp) { +static unsigned long get_certificate_serial(struct client_state *csp) +{ unsigned long exp = 1; unsigned long serial = 0; -- 2.39.2