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

    r7848656 r9519422  
    183183                ep = ep->e_fwd;
    184184
    185         } while (go);           
     185        } while (go);
    186186
    187187        schksum = sc;
     
    269269                printf("scwrite(%d, $%08lX):  ep = $%08lX\n", sn, fp, ep);
    270270#endif
    271        
     271
    272272        if (E_NULL EQ ep) {             /* empty scores only get a flag */
    273273
     
    310310
    311311                        if (wr_ec(fp, &ep->e_time, 4L))
    312                                 return(FAILURE);                       
     312                                return(FAILURE);
    313313
    314314                        break;
     
    438438                ep = ep->e_fwd;
    439439
    440         } while (go);           
     440        } while (go);
    441441
    442442#if     DEBUGIT
Note: See TracChangeset for help on using the changeset viewer.