aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-20 15:32:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-20 15:32:02 +0000
commitcc49eb7ecc9861be09529e1cc5c7bad1ed6b75e6 (patch)
tree6da3124fad70ffacafc60f373b3fbb715d0f6eb5 /file.c
parent[w3m-dev 03660] Re: fputs -> Strfputs (diff)
downloadw3m-cc49eb7ecc9861be09529e1cc5c7bad1ed6b75e6.tar.gz
w3m-cc49eb7ecc9861be09529e1cc5c7bad1ed6b75e6.zip
fix indent
Diffstat (limited to 'file.c')
-rw-r--r--file.c10
1 files changed, 5 insertions, 5 deletions
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 <sys/types.h>
#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);