]> git.sur5r.net Git - cc65/blobdiff - src/cc65/declattr.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / declattr.h
index d6c8a168b321effb2f818bea224161f9d4e3b941..e3826c77f6ef8fdec3248ac38511ca54cf868748 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                               declattr.h                                 */
+/*                                declattr.h                                 */
 /*                                                                           */
-/*                         Declaration attributes                           */
+/*                          Declaration attributes                           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -49,7 +49,7 @@ struct Declaration;
 
 /* Supported attribute types */
 typedef enum {
-    atNoReturn,                        /* Function does not return */
+    atNoReturn,                 /* Function does not return */
     atUnused,                   /* Symbol is unused - don't warn */
 } DeclAttrType;
 
@@ -62,7 +62,7 @@ struct DeclAttr {
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/