summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-23 08:49:04 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-24 23:58:22 +0100
commit6832c1d4b2a9eb97a36bb6565c84a8eef451a39c (patch)
treedad19839fa62edb783545b6387ec3fba151dd813 /lib/vtls/nss.c
parent80e7cfeb87c18a7552933ff43a96bd1b709eec22 (diff)
downloadcurl-6832c1d4b2a9eb97a36bb6565c84a8eef451a39c.tar.gz
checksrc: move open braces to comply with function declaration style
Diffstat (limited to 'lib/vtls/nss.c')
-rw-r--r--lib/vtls/nss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c
index 461694fc5..91b8e05cc 100644
--- a/lib/vtls/nss.c
+++ b/lib/vtls/nss.c
@@ -2181,7 +2181,8 @@ bool Curl_nss_cert_status_request(void)
#endif
}
-bool Curl_nss_false_start(void) {
+bool Curl_nss_false_start(void)
+{
#if NSSVERNUM >= 0x030f04 /* 3.15.4 */
return TRUE;
#else