]> granicus.if.org Git - curl/commit
sspi.c: Post Curl_sspi_version() rework code tidy up
authorSteve Holme <steve_holme@hotmail.com>
Sun, 10 Jun 2012 11:30:02 +0000 (12:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2012 17:00:36 +0000 (19:00 +0200)
commit70d56bfe3cf2ae995ca715518c78f455c45ab95b
tree14d5d479183ef14771573c534ed4e5212d395cd3
parentbd38ebc6975f5de2ed6ac33ade46e92356d77966
sspi.c: Post Curl_sspi_version() rework code tidy up

Removed duplicate blank lines.
Removed spaces between the not and test in various if statements.
Removed explicit test of NULL in an if statement.
Placed function returns on same line as function declarations.
Replaced the use of curl_maprintf() with aprintf() as it is the
preprocessor job to do this substitution if ENABLE_CURLX_PRINTF
is set.
lib/curl_sspi.c