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 */
|
||||
|
||||
Reference in New Issue
Block a user