diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 17:03:27 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 17:03:27 +0000 |
commit | d915ea74a5934a25aea000b82e90691ffe9545f5 (patch) | |
tree | dcf94ba64f9bcd12950718838d552007e44667e9 /file.c | |
parent | [w3m-dev 03363] refresh download (diff) | |
download | w3m-d915ea74a5934a25aea000b82e90691ffe9545f5.tar.gz w3m-d915ea74a5934a25aea000b82e90691ffe9545f5.zip |
fix indent
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.108 2002/10/30 15:46:28 ukai Exp $ */ +/* $Id: file.c,v 1.109 2002/10/30 17:04:02 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -1389,8 +1389,7 @@ getAuthCookie(struct http_auth *hauth, char *auth_header, int proxy = !strncasecmp("Proxy-Authorization:", auth_header, auth_header_len); - if (!a_found && - find_auth_user_passwd(pu, realm, &uname, &pwd, proxy)) { + if (!a_found && find_auth_user_passwd(pu, realm, &uname, &pwd, proxy)) { /* found username & password in passwd file */ ; } else { |