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

    r7848656 r9519422  
    172172        /* 5 */         "\210\211\212\213   /    /    /    /    /    /    /    /    /    /    /    / ",
    173173                        /* Dynamics / Location */
    174                        
     174
    175175        /* 6 */         "\214\215\216\217",     /* Velocity */
    176176
     
    190190   =============================================================================
    191191        makeln(lnc, lec) -- create the constant slice at 'consl'.
    192         make the line object color 'lnc', and ledger line color 'lec', 
     192        make the line object color 'lnc', and ledger line color 'lec',
    193193   =============================================================================
    194194*/
     
    209209/*
    210210
    211 */     
     211*/
    212212        for (i = 0; i < 224; i++) {
    213213
     
    432432
    433433        val = valents[((abs(angroup) - 1) << 4) | var2src[var]].val >> 5;
    434         tmp = abs(val); 
     434        tmp = abs(val);
    435435        v1 = tmp / 100;
    436436        v2 = (tmp - (v1 * 100)) / 10;
     
    10941094        objon(7, 322, 12);      /* ... row 23 */
    10951095        objon(7, 336, 12);      /* ... row 24 */
    1096        
     1096
    10971097        SetPri(13,  2);         /* Keyboard object */
    10981098        SetPri(14,  1);         /* Score object */
Note: See TracChangeset for help on using the changeset viewer.