Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions

View File

@@ -1,8 +1,8 @@
/*****************************************************************************/
/* */
/* macro.h */
/* macro.h */
/* */
/* Macros for the ca65 macroassembler */
/* Macros for the ca65 macroassembler */
/* */
/* */
/* */
@@ -49,14 +49,14 @@ struct StrBuf;
/*****************************************************************************/
/* Data */
/* Data */
/*****************************************************************************/
/* Macro styles */
#define MAC_STYLE_CLASSIC 0
#define MAC_STYLE_DEFINE 1
#define MAC_STYLE_CLASSIC 0
#define MAC_STYLE_DEFINE 1
/* Macro as an opaque data type */
struct Macro;
@@ -65,7 +65,7 @@ typedef struct Macro Macro;
/*****************************************************************************/
/* Code */
/* Code */
/*****************************************************************************/