]> git.sur5r.net Git - cc65/blobdiff - src/sim65/simdata.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / sim65 / simdata.h
index 7eadc6e63a98b98438c180cb0a3b5087cea52b38..d0669ea590718549aaf0740681f3d776449fc395 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                simdata.h                                 */
+/*                                 simdata.h                                 */
 /*                                                                           */
-/*                Simulator data passed to the chip plugins                 */
+/*                 Simulator data passed to the chip plugins                 */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -47,8 +47,8 @@
 /* SimData structure */
 typedef struct SimData SimData;
 struct SimData {
-    unsigned   MajorVersion;
-    unsigned   MinorVersion;
+    unsigned    MajorVersion;
+    unsigned    MinorVersion;
 
     /* -- Callback functions -- */