From 719d13ef10fd4d26d832086566cae21e4ca306ad Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 15 Nov 2002 15:21:07 +0000 Subject: fix indent --- file.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 7eba2af..c04d0ad 100644 --- a/file.c +++ b/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.116 2002/11/15 15:19:43 ukai Exp $ */ +/* $Id: file.c,v 1.117 2002/11/15 15:21:07 ukai Exp $ */ #include "fm.h" #include #include "myctype.h" @@ -1945,8 +1945,8 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer, if (pu.scheme == SCM_LOCAL) { UFclose(&f); _doFileCopy(pu.real_file, - conv_from_system(guess_save_name - (NULL, pu.real_file)), TRUE); + conv_from_system(guess_save_name + (NULL, pu.real_file)), TRUE); } else { if (DecodeCTE && IStype(f.stream) != IST_ENCODED) @@ -7314,12 +7314,12 @@ doFileSave(URLFile uf, char *defstr) disp_err_message(msg->ptr, FALSE); return; } -/* - if (save2tmp(uf, p) < 0) { - msg = Sprintf("Can't save to %s", p); - disp_err_message(msg->ptr, FALSE); - } -*/ + /* + * if (save2tmp(uf, p) < 0) { + * msg = Sprintf("Can't save to %s", p); + * disp_err_message(msg->ptr, FALSE); + * } + */ lock = tmpfname(TMPF_DFL, ".lock")->ptr; #if defined(HAVE_SYMLINK) && defined(HAVE_LSTAT) symlink(p, lock); -- cgit v1.2.3