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 b9a343b..e266c79 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;