]> git.sur5r.net Git - cc65/blobdiff - src/co65/global.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / co65 / global.h
index 8825b1072f96c99baf7fe1e174527ec8f02cd06d..247b9de45c800a4c2daa211f75e0c40a496f8bf9 100644 (file)
@@ -1,6 +1,6 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                global.h                                  */
+/*                                 global.h                                  */
 /*                                                                           */
 /*            Global variables for the co65 object file converter            */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 /* File names */
-extern const char*             InputName;          /* Name of input file */
-extern const char*             OutputName;         /* Name of output file */
+extern const char*      InputName;          /* Name of input file */
+extern const char*      OutputName;         /* Name of output file */
 
 /* Default extensions */
-extern const char              AsmExt[];           /* Default assembler extension */
+extern const char       AsmExt[];           /* Default assembler extension */
 
 /* Segment names */
 extern const char*      CodeSeg;            /* Name of the code segment */