Changeset 9519422 in buchla-68k for ram/asgdsp.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/asgdsp.c

    r7848656 r9519422  
    249249        {2, 2, 2},      /* 8 */
    250250        {0, 0, 0},      /* 9 */
    251         {2, 2, 2},      /* 10 (was 1, 1, 0) */ 
     251        {2, 2, 2},      /* 10 (was 1, 1, 0) */
    252252        {2, 3, 3},      /* 11 */
    253253        {3, 3, 0},      /* 12 */
     
    752752                tsplot4(asgob, 64, (tunmod ? AK_MODC : adbox[n][4]),
    753753                        adbox[n][6], adbox[n][7] + 4, bfs, 14);
    754                        
     754
    755755                return;
    756756
     
    760760                tsplot4(asgob, 64, adbox[n][4], adbox[n][6] + 1, adbox[n][7],
    761761                        bfs, 14);
    762                        
     762
    763763                sprintf(bfs, "ModRate %02.2d", ps_rate);
    764764                tsplot4(asgob, 64, adbox[n][4], adbox[n][6] + 2, adbox[n][7],
    765765                        bfs, 14);
    766                        
     766
    767767                sprintf(bfs, "ModDpth %02.2d", ps_dpth);
    768768                tsplot4(asgob, 64, adbox[n][4], adbox[n][6] + 3, adbox[n][7],
    769769                        bfs, 14);
    770                        
     770
    771771                return;
    772772        }
     
    985985
    986986*/
    987        
     987
    988988/*
    989989   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.