From d7f21a7691c789a56fffa51266ca6ea06d89235a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 28 Aug 2017 17:54:58 +0000 Subject: Some style(9). --- src/regress/lib/libcrypto/ocsp/ocsp_test.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/regress/lib/libcrypto/ocsp/ocsp_test.c b/src/regress/lib/libcrypto/ocsp/ocsp_test.c index 44a5f1b009..6adec688b6 100644 --- a/src/regress/lib/libcrypto/ocsp/ocsp_test.c +++ b/src/regress/lib/libcrypto/ocsp/ocsp_test.c @@ -8,7 +8,9 @@ #include #include -static int tcp_connect(char *host, char *port) { +static int +tcp_connect(char *host, char *port) +{ int error, sd = -1; struct addrinfo hints, *res, *r; @@ -38,7 +40,9 @@ static int tcp_connect(char *host, char *port) { return sd; } -int main(int argc, char *argv[]) { +int +main(int argc, char *argv[]) +{ int sd, ocsp_status; const unsigned char *p; long len; @@ -131,4 +135,3 @@ int main(int argc, char *argv[]) { return 0; } - -- cgit v1.2.3-55-g6feb