From 6832c1d4b2a9eb97a36bb6565c84a8eef451a39c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Nov 2016 08:49:04 +0100 Subject: checksrc: move open braces to comply with function declaration style --- lib/curl_gethostname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/curl_gethostname.c') diff --git a/lib/curl_gethostname.c b/lib/curl_gethostname.c index a4fe3c47d..8337c72e8 100644 --- a/lib/curl_gethostname.c +++ b/lib/curl_gethostname.c @@ -48,8 +48,8 @@ * For libcurl static library release builds no overriding takes place. */ -int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { - +int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) +{ #ifndef HAVE_GETHOSTNAME /* Allow compilation and return failure when unavailable */ -- cgit v1.2.1