Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#define TGI_ERR_INV_DRIVER 3 /* Invalid driver */
|
||||
#define TGI_ERR_INV_MODE 4 /* Mode not supported by driver */
|
||||
#define TGI_ERR_INV_ARG 5 /* Invalid function argument */
|
||||
#define TGI_ERR_INV_FUNC 6 /* Function not supported */
|
||||
#define TGI_ERR_INV_FUNC 6 /* Function not supported */
|
||||
#define TGI_ERR_INV_FONT 7 /* Font file is invalid */
|
||||
#define TGI_ERR_NO_RES 8 /* Out of resources */
|
||||
#define TGI_ERR_INSTALLED 9 /* A driver is already installed */
|
||||
|
||||
@@ -39,13 +39,13 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
/* TGI kernel variables */
|
||||
extern void* tgi_drv; /* Pointer to driver */
|
||||
extern void* tgi_drv; /* Pointer to driver */
|
||||
extern unsigned char tgi_error; /* Last error code */
|
||||
extern unsigned char tgi_gmode; /* Flag: Graphics mode active */
|
||||
extern int tgi_curx; /* Current drawing cursor X */
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ struct tgi_vectorfont {
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user