mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
cleanup: remove trailing whitespace
This commit is contained in:
parent
c45069bfbe
commit
c7cc914961
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue