fix indent

This commit is contained in:
Fumitoshi UKAI
2003-07-22 17:33:16 +00:00
parent fb5606e260
commit e6c62de50c
5 changed files with 59 additions and 59 deletions

16
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.117 2003/04/08 16:27:29 ukai Exp $ */
/* $Id: fm.h,v 1.118 2003/07/22 17:33:16 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -393,9 +393,9 @@ typedef struct {
#define LINK_TYPE_REV 2
typedef struct _LinkList {
char *url;
char *title; /* Next, Contents, ... */
char *ctype; /* Content-Type */
char type; /* Rel, Rev */
char *title; /* Next, Contents, ... */
char *ctype; /* Content-Type */
char type; /* Rel, Rev */
struct _LinkList *next;
} LinkList;
@@ -846,9 +846,9 @@ global char *index_file init(NULL);
global char *CurrentDir;
global int CurrentPid;
/*
global Buffer *Currentbuf;
global Buffer *Firstbuf;
*/
* global Buffer *Currentbuf;
* global Buffer *Firstbuf;
*/
global TabBuffer *CurrentTab;
global TabBuffer *FirstTab;
global TabBuffer *LastTab;
@@ -921,7 +921,7 @@ global int useExtImageViewer init(TRUE);
global int maxLoadImage init(4);
global int image_map_list init(TRUE);
#else
global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */
global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */
#endif
global char *Editor init(DEF_EDITOR);
#ifdef USE_W3MMAILER