From cbd1a77ec24e397d05f20c6de106625676343c9d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Nov 2007 09:21:35 +0000 Subject: if () => if() while () => while() and some other minor re-indentings --- lib/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/version.c') diff --git a/lib/version.c b/lib/version.c index 24f5c622b..5fb57525a 100644 --- a/lib/version.c +++ b/lib/version.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -61,10 +61,10 @@ char *curl_version(void) left -= len; ptr += len; - if (left > 1) { + if(left > 1) { len = Curl_ssl_version(ptr + 1, left - 1); - if (len > 0) { + if(len > 0) { *ptr = ' '; left -= ++len; ptr += len; -- cgit v1.2.3