]> git.sur5r.net Git - cc65/blobdiff - include/_6545.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / include / _6545.h
index 7dc79a37138dacd51d29d4a7066898ba40413437..ea7c8597bf0b6fd1bb2d32f987fbc50e649583f7 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 _6545.h                                  */
+/*                                  _6545.h                                  */
 /*                                                                           */
-/*               Internal include file, do not use directly                 */
+/*                Internal include file, do not use directly                 */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -40,8 +40,8 @@
 
 /* Define a structure with the 6545 register offsets */
 struct __6545 {
-    unsigned char              ctrl;           /* Control register */
-    unsigned char      data;           /* Data register */
+    unsigned char       ctrl;           /* Control register */
+    unsigned char       data;           /* Data register */
 };