]> git.sur5r.net Git - cc65/blobdiff - src/sim65/global.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / sim65 / global.c
index d52d506f1e1cea8e5d4393ace36c6c7b0ba9579d..bd3756229ce8825bdbce7d5757ec7f2afa198478 100644 (file)
@@ -1,6 +1,6 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                global.c                                  */
+/*                                 global.c                                  */
 /*                                                                           */
 /*                 Global variables for the sim65 6502 simulator             */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
-unsigned char Debug            = 0;    /* Debug mode */
+unsigned char Debug             = 0;    /* Debug mode */