From 0a01b79dcf678f9fcbd4884d9682e6f464812834 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 15 Mar 2002 19:02:40 +0000 Subject: indent fix --- file.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 512a25b..f4c7c2f 100644 --- a/file.c +++ b/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.86 2002/03/15 16:35:46 ukai Exp $ */ +/* $Id: file.c,v 1.87 2002/03/15 19:02:40 ukai Exp $ */ #include "fm.h" #include #include "myctype.h" @@ -633,8 +633,10 @@ readHeader(URLFile *uf, Buffer *newBuf, int thru, ParsedURL *pu) tmpf = xface2xbm(&tmp->ptr[7]); if (tmpf) { - src = Sprintf("\"X-Face\"", - html_quote(tmpf)); + src = + Sprintf + ("\"X-Face\"", + html_quote(tmpf)); init_stream(&f, SCM_LOCAL, newStrStream(src)); loadHTMLstream(&f, newBuf, NULL, TRUE); for (l = newBuf->lastLine; l && l->real_linenumber; @@ -6518,9 +6520,9 @@ loadImageBuffer(URLFile *uf, Buffer *newBuf) cache->loaded = IMG_FLAG_LOADED; cache->index = 0; -/* - getImageSize(cache); -*/ + /* + * getImageSize(cache); + */ image_buffer: tmp = Sprintf("

", html_quote(image->url)); -- cgit v1.2.3