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

    r7848656 r9519422  
    132132
    133133        for (i = 0; i < 128; i++)
    134                 tunlib[n][i] = ((i < 21) ? 160 : (i > 108) ? 10960 : 
     134                tunlib[n][i] = ((i < 21) ? 160 : (i > 108) ? 10960 :
    135135                        (160 + ((i - 12) * 100))) << 1;
    136136
Note: See TracChangeset for help on using the changeset viewer.