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

    r7848656 r9519422  
    126126                        if (vtccol LT 24)
    127127                                srctmp = SM_VTMW;
    128                         else if ((vtccol GT 24) AND (vtccol LT 32)) 
     128                        else if ((vtccol GT 24) AND (vtccol LT 32))
    129129                                srctmp = SM_KVEL;
    130130                        else if ((vtccol GT 32) AND (vtccol LT 40))
Note: See TracChangeset for help on using the changeset viewer.