Changeset 9519422 in buchla-68k for ram/barbadj.c


Ignore:
Timestamp:
07/09/2017 05:08:52 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d10dbee
Parents:
7848656
Message:

Strip trailing tabs and spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/barbadj.c

    r7848656 r9519422  
    181181        LCD_WC = G_CRSMRT;              /* set cursor motion = "right" */
    182182        GLCcurs(G_OFF);                 /* turn off the cursor */
    183        
     183
    184184        BarBcur[bar] = newbar;          /* update current bar position */
    185185}
     
    272272        LCD_WC = G_CRSMRT;              /* set cursor motion = "right" */
    273273        GLCcurs(G_OFF);                 /* turn off the cursor */
    274        
     274
    275275        BarCcur[bar] = newbar;          /* update current bar position */
    276276}
     
    351351        LCD_WC = G_CRSMRT;              /* set cursor motion = "right" */
    352352        GLCcurs(G_OFF);                 /* turn off the cursor */
    353        
     353
    354354        BarCcur[bar] = newbar;          /* update current bar position */
    355355}
Note: See TracChangeset for help on using the changeset viewer.