]> git.sur5r.net Git - cc65/blobdiff - src/sim65/chips/console.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / sim65 / chips / console.c
index 528925b1466e2d2feacfb651f313f62db5e4f354..526cc04f1c6966723e78fb93dcfc2b76d4a14fed 100644 (file)
@@ -106,7 +106,7 @@ static const struct ChipData CData[] = {
         /* -- Exported functions -- */
         ScreenInitChip,
         ScreenCreateInstance,
-       ScreenDestroyInstance,
+        ScreenDestroyInstance,
         ScreenWrite,
         ScreenWrite,
         ScreenRead,
@@ -624,7 +624,7 @@ static void ScreenEventLoop (void)
         switch (Event.type) {
 
             case Expose:
-               /* Calculate the area to redraw, then update the screen */
+                /* Calculate the area to redraw, then update the screen */
                 X1 = Event.xexpose.x;
                 Y1 = Event.xexpose.y;
                 X2 = Event.xexpose.x + Event.xexpose.width - 1;