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

    r7848656 r9519422  
    168168
    169169/* arpar[] -- articulation parameter map */
    170 /*         sigtab[ 25  26  27  28  29  30  31  32  33  34  35  36  37  38] */ 
     170/*         sigtab[ 25  26  27  28  29  30  31  32  33  34  35  36  37  38] */
    171171
    172172int16_t arpar[] = { 4,  2,  9, 11, 12,  1,  3,  5,  7, 13, 14, 15, 10,  6};
     
    703703                /* cancel assignment mode */
    704704
    705                 asmode = 0;     
     705                asmode = 0;
    706706                pkctrl = oldpk;
    707707                swpt   = oldsw;
     
    950950
    951951        case LS_OTHER:
    952        
     952
    953953                for (i = 0; i < 14; i++)
    954954                        BarBset(i, (BGother[i] / 252));
     
    11381138        if (asmode) {                   /* cancel assignment mode */
    11391139
    1140                 asmode = 0;     
     1140                asmode = 0;
    11411141                pkctrl = oldpk;
    11421142                swpt   = oldsw;
     
    12951295        if (asmode) {                   /* cancel assignment mode */
    12961296
    1297                 asmode = 0;     
     1297                asmode = 0;
    12981298                pkctrl = oldpk;
    12991299                swpt = oldsw;
Note: See TracChangeset for help on using the changeset viewer.