fix indent
This commit is contained in:
@@ -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
|
* w3m: WWW wo Miru utility
|
||||||
*
|
*
|
||||||
@@ -846,8 +846,8 @@ global char *index_file init(NULL);
|
|||||||
global char *CurrentDir;
|
global char *CurrentDir;
|
||||||
global int CurrentPid;
|
global int CurrentPid;
|
||||||
/*
|
/*
|
||||||
global Buffer *Currentbuf;
|
* global Buffer *Currentbuf;
|
||||||
global Buffer *Firstbuf;
|
* global Buffer *Firstbuf;
|
||||||
*/
|
*/
|
||||||
global TabBuffer *CurrentTab;
|
global TabBuffer *CurrentTab;
|
||||||
global TabBuffer *FirstTab;
|
global TabBuffer *FirstTab;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: hash.h,v 1.4 2001/12/10 17:02:44 ukai Exp $ */
|
/* $Id: hash.h,v 1.5 2003/07/22 17:33:16 ukai Exp $ */
|
||||||
#ifndef HASH_H
|
#ifndef HASH_H
|
||||||
#define HASH_H
|
#define HASH_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: istream.h,v 1.10 2003/01/10 17:06:24 ukai Exp $ */
|
/* $Id: istream.h,v 1.11 2003/07/22 17:33:16 ukai Exp $ */
|
||||||
#ifndef IO_STREAM_H
|
#ifndef IO_STREAM_H
|
||||||
#define IO_STREAM_H
|
#define IO_STREAM_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: main.c,v 1.228 2003/07/22 17:27:19 ukai Exp $ */
|
/* $Id: main.c,v 1.229 2003/07/22 17:33:16 ukai Exp $ */
|
||||||
#define MAINPROGRAM
|
#define MAINPROGRAM
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: proto.h,v 1.93 2003/07/22 17:24:49 ukai Exp $ */
|
/* $Id: proto.h,v 1.94 2003/07/22 17:33:16 ukai Exp $ */
|
||||||
/*
|
/*
|
||||||
* This file was automatically generated by version 1.7 of cextract.
|
* This file was automatically generated by version 1.7 of cextract.
|
||||||
* Manual editing not recommended.
|
* Manual editing not recommended.
|
||||||
|
|||||||
Reference in New Issue
Block a user