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

    r7848656 r9519422  
    8484#if     DEBUGIT
    8585        if (verbose)
    86                 printf("epadj($%08lX, %d, %ld):  sep->e_time=%ld\n", 
     86                printf("epadj($%08lX, %d, %ld):  sep->e_time=%ld\n",
    8787                        sep, sdir, tval, sep->e_time);
    8888#endif
     
    9494        if (tval < 0)           /* return start of score for negative times */
    9595                return(scores[curscor]);
    96                
     96
    9797        if (sdir) {     /* find left (earliest) end of chain */
    9898
     
    190190
    191191                        if (tep->e_time GT tval) {
    192                            
     192
    193193#if     DEBUGIT
    194194        if (verbose)
     
    267267
    268268        if (p_fwd->e_time EQ tval) {            /* at p_fwd ? */
    269        
     269
    270270#if     DEBUGIT
    271271        if (verbose)
Note: See TracChangeset for help on using the changeset viewer.