]> granicus.if.org Git - curl/commitdiff
Fixed 'Trailing whitespace' found by checksrc.
authorGuenter Knauf <lists@gknw.net>
Sun, 22 Apr 2012 19:19:36 +0000 (21:19 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 22 Apr 2012 19:19:36 +0000 (21:19 +0200)
lib/curl_sspi.c

index b9a343b6c2126e6bd36cb979fc663aa90b0b8bbd..e266c79d16ba93d4b1b02644bb4b8c328b5bb936 100644 (file)
@@ -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;