From cc49eb7ecc9861be09529e1cc5c7bad1ed6b75e6 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 20 Jan 2003 15:32:02 +0000 Subject: fix indent --- display.c | 5 +++-- file.c | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/display.c b/display.c index 04050dd..ab8308a 100644 --- a/display.c +++ b/display.c @@ -1,4 +1,4 @@ -/* $Id: display.c,v 1.51 2003/01/20 15:30:19 ukai Exp $ */ +/* $Id: display.c,v 1.52 2003/01/20 15:32:02 ukai Exp $ */ #include #include "fm.h" @@ -1178,7 +1178,8 @@ message(char *s, int return_x, int return_y) move(return_y, return_x); } -void disp_err_message(char *s, int redraw_current) +void +disp_err_message(char *s, int redraw_current) { record_err_message(s); disp_message(s, redraw_current); diff --git a/file.c b/file.c index bd80c6a..e7e840c 100644 --- a/file.c +++ b/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.194 2003/01/20 15:30:20 ukai Exp $ */ +/* $Id: file.c,v 1.195 2003/01/20 15:32:03 ukai Exp $ */ #include "fm.h" #include #include "myctype.h" @@ -596,9 +596,9 @@ readHeader(URLFile *uf, Buffer *newBuf, int thru, ParsedURL *pu) if (thru && !newBuf->header_source #ifdef USE_IMAGE - && !image_source + && !image_source #endif - ) { + ) { Str tmpf = tmpfname(TMPF_DFL, NULL); src = fopen(tmpf->ptr, "w"); if (src) @@ -7744,9 +7744,9 @@ uncompress_stream(URLFile *uf, char **src) if (uf->scheme != SCM_LOCAL #ifdef USE_IMAGE - && !image_source + && !image_source #endif - ) { + ) { tmpf = tmpfname(TMPF_DFL, ext)->ptr; if (save2tmp(*uf, tmpf) < 0) { UFclose(uf); -- cgit v1.2.3