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

    r7848656 r9519422  
    8181                return(FAILURE);
    8282        }
    83                
     83
    8484        cval = spool;
    8585
     
    9393                return(FAILURE);
    9494        }
    95                
     95
    9696        cval = &spool[(int32_t)MAX_SE-1];
    9797
     
    105105                return(FAILURE);
    106106        }
    107                
     107
    108108        return(SUCCESS);
    109109}
     
    408408                tsp1->e_data1 = curgrp;
    409409                tsp1->e_data2 = aux1;
    410                
     410
    411411                p_cur = e_ins(tsp1, ep_adj(p_cur, 0, t_cur))->e_fwd;
    412412                eh_ins(tsp1, EH_LOCN);
     
    808808/*
    809809
    810 */             
     810*/
    811811        if (CM_USTR("verbose")) {       /* !verbose */
    812812
     
    832832                CM_OK;
    833833        }
    834                
     834
    835835        if (CM_USTR("end")) {           /* !end */
    836836
     
    10101010        p_cur = ep_adj(p_cur, 0, (t_cur = noteon));
    10111011
    1012         if (verbose)           
     1012        if (verbose)
    10131013                printf("%8ld: Note %3d ON at %8ld, OFF at %8ld\n",
    10141014                        t_cur, notenum, noteon, noteoff);
Note: See TracChangeset for help on using the changeset viewer.