]> git.sur5r.net Git - cc65/blobdiff - include/_6551.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / include / _6551.h
index 73a82243d26517883396f8456bd12e401c8b7c0a..cdf766d60f24d142bf12643525cebc9c4c46d5d0 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 _6551.h                                  */
+/*                                  _6551.h                                  */
 /*                                                                           */
-/*               Internal include file, do not use directly                 */
+/*                Internal include file, do not use directly                 */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 /* Define a structure with the 6551 register offsets */
 struct __6551 {
-    unsigned char              data;           /* Data register */
-    unsigned char              status;         /* Status register */
-    unsigned char              cmd;            /* Command register */
-    unsigned char      ctrl;           /* Control register */
+    unsigned char       data;           /* Data register */
+    unsigned char       status;         /* Status register */
+    unsigned char       cmd;            /* Command register */
+    unsigned char       ctrl;           /* Control register */
 };