run make indent

This commit is contained in:
Fumitoshi UKAI
2001-11-24 02:01:26 +00:00
parent aa74d02025
commit 975c8f9d43
60 changed files with 4970 additions and 4688 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: table.h,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
/* $Id: table.h,v 1.4 2001/11/24 02:01:26 ukai Exp $ */
#if (defined(MESCHACH) && !defined(MATRIX))
#define MATRIX
#endif /* (defined(MESCHACH) && !defined(MATRIX))
@@ -106,7 +106,7 @@ struct table {
short ntable;
short tables_size;
TextList *suspended_data;
/* use for counting skipped spaces */
/* use for counting skipped spaces */
struct table_linfo linfo;
#ifdef MATRIX
MAT *matrix;