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

    r7848656 r9519422  
    173173                        if (vtccol LT 24)
    174174                                srctmp = SM_VTMW;
    175                         else if ((vtccol GT 24) AND (vtccol LT 32)) 
     175                        else if ((vtccol GT 24) AND (vtccol LT 32))
    176176                                srctmp = SM_KVEL;
    177177                        else if ((vtccol GT 32) AND (vtccol LT 40))
Note: See TracChangeset for help on using the changeset viewer.