From d915ea74a5934a25aea000b82e90691ffe9545f5 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 30 Oct 2002 17:03:27 +0000 Subject: fix indent --- file.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'file.c') 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 #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 { -- cgit v1.2.3