]> granicus.if.org Git - curl/commitdiff
cleanup: remove trailing whitespace
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2012 17:06:43 +0000 (19:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2012 17:06:43 +0000 (19:06 +0200)
lib/curl_sspi.c

index 80b929f70dbdfa4b01744bd4c837e964594e1ca9..b787567406306aff70d890f02b777af70d648f3e 100644 (file)
@@ -158,7 +158,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;