aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-27 08:53:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-27 08:53:10 +0000
commit794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3 (patch)
treeb00ad5a2e01f6ff19692213ca7ea31a7e34b71bf /lib/http_ntlm.c
parente9ea3ba4a2b23c803379f4445ffe1e288a971117 (diff)
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 59a2d6924..9742e196d 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -347,7 +347,7 @@ static void setup_des_key(const unsigned char *key_56,
* Turns a 56 bit key into the 64 bit, odd parity key and sets the key.
*/
static void setup_des_key(const unsigned char *key_56,
- gcry_cipher_hd_t *des)
+ gcry_cipher_hd_t *des)
{
char key[8];