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

    r7848656 r9519422  
    511511   =============================================================================
    512512        srchcat() -- search the file catalog
    513        
     513
    514514                returns -1 on 'not found',  slot 0..FCMAX-1 if found
    515515   =============================================================================
     
    11711171                else
    11721172                        break;
    1173        
     1173
    11741174        case FT_ORL:            /* lo orch write */
    11751175
     
    11781178                else
    11791179                        break;
    1180        
     1180
    11811181        case FT_ORH:            /* hi orch write */
    11821182
     
    12161216                else
    12171217                        break;
    1218        
     1218
    12191219        case FT_WAV:
    12201220
     
    12231223                else
    12241224                        break;
    1225        
     1225
    12261226        default:
    12271227
Note: See TracChangeset for help on using the changeset viewer.