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

    r7848656 r9519422  
    234234
    235235        /* calculate instrument source and FPU destination pointers */
    236        
     236
    237237        wsp1 = io_fpu + FPU_OWST + (curvce << 9) + (curwslt ? 0 : 0x0100) + 1;
    238238        wsp2 = curwslt ? vbufs[curvce].idhwvbf : vbufs[curvce].idhwvaf;
     
    772772                                }
    773773
    774                         } else 
     774                        } else
    775775                                return(FAILURE);
    776776/*
Note: See TracChangeset for help on using the changeset viewer.