indent fix

This commit is contained in:
Fumitoshi UKAI
2002-03-15 19:02:40 +00:00
parent dbafc61f6d
commit 0a01b79dcf
5 changed files with 29 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: buffer.c,v 1.12 2002/03/14 16:12:05 ukai Exp $ */
/* $Id: buffer.c,v 1.13 2002/03/15 19:02:40 ukai Exp $ */
#include "fm.h"
#ifdef USE_MOUSE
@@ -521,7 +521,7 @@ reshapeBuffer(Buffer *buf)
#endif
if (buf->search_header && buf->currentURL.scheme == SCM_LOCAL) {
if (buf->header_source && (buf->mailcap_source ||
!strcmp(buf->currentURL.file, "-"))) {
!strcmp(buf->currentURL.file, "-"))) {
URLFile h;
init_stream(&h, SCM_LOCAL, NULL);
examineFile(buf->header_source, &h);