]> git.sur5r.net Git - cc65/blobdiff - src/ld65/condes.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ld65 / condes.h
index 8ff2687f34509266b86e7b954ff36b23197cbecb..3cec6bda9254feb61c2bd4f192f8015c6189f97a 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                condes.h                                  */
+/*                                 condes.h                                  */
 /*                                                                           */
-/*                  Module constructor/destructor support                   */
+/*                   Module constructor/destructor support                   */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -44,7 +44,7 @@
 
 
 /*****************************************************************************/
-/*                                Forwards                                  */
+/*                                 Forwards                                  */
 /*****************************************************************************/
 
 
@@ -54,15 +54,15 @@ struct Export;
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 /* Order of the tables */
 typedef enum {
-    cdIncreasing,              /* Increasing priority - default */
-    cdDecreasing               /* Decreasing priority */
+    cdIncreasing,               /* Increasing priority - default */
+    cdDecreasing                /* Decreasing priority */
 } ConDesOrder;
 
 /* Data for a forced condes import */
@@ -76,7 +76,7 @@ struct ConDesImport {
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/