From 683bfa60ad0b52505947e59b03515e5f44378523 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 22 Apr 2012 21:19:36 +0200 Subject: Fixed 'Trailing whitespace' found by checksrc. --- lib/curl_sspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/curl_sspi.c') diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index b9a343b6c..e266c79d1 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -117,7 +117,7 @@ CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special) path = malloc(MAX_PATH); if(!path) return CURLE_OUT_OF_MEMORY; - + if(GetModuleFileName(s_hSecDll, path, MAX_PATH)) { size = GetFileVersionInfoSize(path, &handle); if(size) { @@ -143,7 +143,7 @@ CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special) if(!result) { if(major) *major = (version_info->dwProductVersionMS >> 16) & 0xffff; - + if(minor) *minor = (version_info->dwProductVersionMS >> 0) & 0xffff; -- cgit v1.2.3