From 419a50f817599600a47a374eca7506845ca6afb1 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 23 Apr 2012 16:27:20 +0200 Subject: [PATCH] Revert "Fixed 'Trailing whitespace' found by checksrc." This reverts commit 683bfa60ad0b52505947e59b03515e5f44378523. --- lib/curl_sspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index e266c79d1..b9a343b6c 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; -- 2.40.0