From: Fabian Keil Date: Tue, 25 Feb 2020 15:34:41 +0000 (+0100) Subject: Fix location of curly brace and normalize white space X-Git-Tag: v_3_0_29~484 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=0991b0ea3b852820026bfd8c92c76a2901fc1e20 Fix location of curly brace and normalize white space --- 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;