Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
@@ -51,14 +51,14 @@ typedef enum {
|
||||
FILETYPE_ASM, /* Assembler file */
|
||||
FILETYPE_OBJ, /* Object file */
|
||||
FILETYPE_LIB, /* Library file */
|
||||
FILETYPE_GR, /* GEOS resource file */
|
||||
FILETYPE_GR, /* GEOS resource file */
|
||||
FILETYPE_O65 /* O65 object file */
|
||||
} FILETYPE;
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user