fix indent

This commit is contained in:
Fumitoshi UKAI
2002-11-15 15:21:07 +00:00
parent 62fc785e24
commit 719d13ef10
2 changed files with 17 additions and 16 deletions
+5 -5
View File
@@ -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 "fm.h"
#include <sys/types.h> #include <sys/types.h>
#include "myctype.h" #include "myctype.h"
@@ -7315,10 +7315,10 @@ doFileSave(URLFile uf, char *defstr)
return; return;
} }
/* /*
if (save2tmp(uf, p) < 0) { * if (save2tmp(uf, p) < 0) {
msg = Sprintf("Can't save to %s", p); * msg = Sprintf("Can't save to %s", p);
disp_err_message(msg->ptr, FALSE); * disp_err_message(msg->ptr, FALSE);
} * }
*/ */
lock = tmpfname(TMPF_DFL, ".lock")->ptr; lock = tmpfname(TMPF_DFL, ".lock")->ptr;
#if defined(HAVE_SYMLINK) && defined(HAVE_LSTAT) #if defined(HAVE_SYMLINK) && defined(HAVE_LSTAT)
+3 -2
View File
@@ -1,4 +1,4 @@
/* $Id: main.c,v 1.132 2002/11/15 15:19:46 ukai Exp $ */ /* $Id: main.c,v 1.133 2002/11/15 15:21:07 ukai Exp $ */
#define MAINPROGRAM #define MAINPROGRAM
#include "fm.h" #include "fm.h"
#include <signal.h> #include <signal.h>
@@ -5835,7 +5835,8 @@ DownloadListBuffer(void)
Strcat_charp(src, " Download incompleted"); Strcat_charp(src, " Download incompleted");
else else
Strcat_charp(src, " Download completed"); Strcat_charp(src, " Download completed");
} else }
else
Strcat(src, Sprintf("<input type=submit name=stop%d value=STOP>", Strcat(src, Sprintf("<input type=submit name=stop%d value=STOP>",
d->pid)); d->pid));
Strcat_charp(src, "\n</pre><hr>\n"); Strcat_charp(src, "\n</pre><hr>\n");