aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-10-30 17:03:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-10-30 17:03:27 +0000
commitd915ea74a5934a25aea000b82e90691ffe9545f5 (patch)
treedcf94ba64f9bcd12950718838d552007e44667e9 /file.c
parent[w3m-dev 03363] refresh download (diff)
downloadw3m-d915ea74a5934a25aea000b82e90691ffe9545f5.tar.gz
w3m-d915ea74a5934a25aea000b82e90691ffe9545f5.zip
fix indent
Diffstat (limited to 'file.c')
-rw-r--r--file.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/file.c b/file.c
index bbd2fc4..22a2ab8 100644
--- a/file.c
+++ b/file.c
@@ -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 {