Index: ram/asgdsp.c
===================================================================
--- ram/asgdsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/asgdsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -249,5 +249,5 @@
 	{2, 2, 2},	/* 8 */
 	{0, 0, 0},	/* 9 */
-	{2, 2, 2},	/* 10 (was 1, 1, 0) */	
+	{2, 2, 2},	/* 10 (was 1, 1, 0) */
 	{2, 3, 3},	/* 11 */
 	{3, 3, 0},	/* 12 */
@@ -752,5 +752,5 @@
 		tsplot4(asgob, 64, (tunmod ? AK_MODC : adbox[n][4]),
 			adbox[n][6], adbox[n][7] + 4, bfs, 14);
-			
+
 		return;
 
@@ -760,13 +760,13 @@
 		tsplot4(asgob, 64, adbox[n][4],	adbox[n][6] + 1, adbox[n][7],
 			bfs, 14);
-			
+
 		sprintf(bfs, "ModRate %02.2d", ps_rate);
 		tsplot4(asgob, 64, adbox[n][4],	adbox[n][6] + 2, adbox[n][7],
 			bfs, 14);
-			
+
 		sprintf(bfs, "ModDpth %02.2d", ps_dpth);
 		tsplot4(asgob, 64, adbox[n][4],	adbox[n][6] + 3, adbox[n][7],
 			bfs, 14);
-			
+
 		return;
 	}
@@ -985,5 +985,5 @@
 
 */
-	
+
 /*
    =============================================================================
Index: ram/barbadj.c
===================================================================
--- ram/barbadj.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/barbadj.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -181,5 +181,5 @@
 	LCD_WC = G_CRSMRT;		/* set cursor motion = "right" */
 	GLCcurs(G_OFF);			/* turn off the cursor */
-	
+
 	BarBcur[bar] = newbar;		/* update current bar position */
 }
@@ -272,5 +272,5 @@
 	LCD_WC = G_CRSMRT;		/* set cursor motion = "right" */
 	GLCcurs(G_OFF);			/* turn off the cursor */
-	
+
 	BarCcur[bar] = newbar;		/* update current bar position */
 }
@@ -351,5 +351,5 @@
 	LCD_WC = G_CRSMRT;		/* set cursor motion = "right" */
 	GLCcurs(G_OFF);			/* turn off the cursor */
-	
+
 	BarCcur[bar] = newbar;		/* update current bar position */
 }
Index: ram/chksec.c
===================================================================
--- ram/chksec.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/chksec.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -558,5 +558,5 @@
 	}
 
-	DB_EXIT("madjsec");	
+	DB_EXIT("madjsec");
 	return(cp);		/* return start address of copy */
 }
Index: ram/cminit.c
===================================================================
--- ram/cminit.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/cminit.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -221,5 +221,5 @@
 
 	n = c - '0';
-		
+
 	while (c = *p) {
 
Index: ram/dbentr.c
===================================================================
--- ram/dbentr.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/dbentr.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -200,5 +200,5 @@
 
 		xtrap15();		/* trap to ROMP */
-		
+
 		DB_Clr();		/* clear the buffer */
 		return;
@@ -210,5 +210,5 @@
 
 		xtrap15();		/* trap to ROMP */
-		
+
 		DB_Clr();		/* clear the buffer */
 		return;
Index: ram/dec2fr.c
===================================================================
--- ram/dec2fr.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/dec2fr.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -78,5 +78,5 @@
 		if (s[3] EQ '-') {
 
-			if (i) 
+			if (i)
 				return(~i);	/* negative number */
 			else
Index: ram/delnote.c
===================================================================
--- ram/delnote.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/delnote.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -124,5 +124,5 @@
 
 */
-								
+
 						} else if ((ep->e_type EQ EV_NEND) AND
 						    (ep->e_note EQ tnote) AND
Index: ram/delpnts.c
===================================================================
--- ram/delpnts.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/delpnts.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -122,5 +122,5 @@
 		   (fp->idftmd = (fp->idftmd & ~3) | 1);
 	}
-					
+
 	fp  = &vp->idhfnc[curfunc];	/* point at the function */
 
@@ -203,5 +203,5 @@
 		edfunc(curfunc);	/* make point 0 current */
 		subj = 0;
-	}	
+	}
 
 /* 
Index: ram/dopatch.c
===================================================================
--- ram/dopatch.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/dopatch.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -116,5 +116,5 @@
 {
 	uint16_t *fpuws;
-	
+
 	if (slot) {		/* waveshape slot B */
 
@@ -358,5 +358,5 @@
 					ledstat[curled] = FALSE;
 					io_leds = curled | 0x0080;
-	
+
 				} else {			/* off -> on */
 
Index: ram/enterit.c
===================================================================
--- ram/enterit.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/enterit.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -78,5 +78,5 @@
 /*
    =============================================================================
-	enterit() -- standard data entry (ENTER) function  
+	enterit() -- standard data entry (ENTER) function
    =============================================================================
 */
@@ -587,5 +587,5 @@
 	else if (cxval < 0)
 		cxval = 0;
-				
+
 	return;
 }
Index: ram/etidin.c
===================================================================
--- ram/etidin.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/etidin.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -98,5 +98,5 @@
 /* 
 
-*/	
+*/
 		} else if (vtcrow EQ 23) {	/* copy to library */
 
@@ -128,5 +128,5 @@
 */
 	} else {		/* 'E' with menu not up */
-	
+
 		ebuf[2] = '\0';			/* terminate the string in ebuf */
 		ebflag = FALSE;
Index: ram/etimlt.c
===================================================================
--- ram/etimlt.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/etimlt.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -173,5 +173,5 @@
 			if (vtccol LT 24)
 				srctmp = SM_VTMW;
-			else if ((vtccol GT 24) AND (vtccol LT 32)) 
+			else if ((vtccol GT 24) AND (vtccol LT 32))
 				srctmp = SM_KVEL;
 			else if ((vtccol GT 32) AND (vtccol LT 40))
Index: ram/etival.c
===================================================================
--- ram/etival.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/etival.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -126,5 +126,5 @@
 			if (vtccol LT 24)
 				srctmp = SM_VTMW;
-			else if ((vtccol GT 24) AND (vtccol LT 32)) 
+			else if ((vtccol GT 24) AND (vtccol LT 32))
 				srctmp = SM_KVEL;
 			else if ((vtccol GT 32) AND (vtccol LT 40))
Index: ram/etscor.c
===================================================================
--- ram/etscor.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/etscor.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -93,5 +93,5 @@
 
 */
- 
+
 /*
    =============================================================================
Index: ram/etstrn.c
===================================================================
--- ram/etstrn.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/etstrn.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -92,5 +92,5 @@
 
 */
- 
+
 /*
    =============================================================================
Index: ram/fcnote.c
===================================================================
--- ram/fcnote.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/fcnote.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -95,5 +95,5 @@
 /* 
 
-*/								
+*/
 				} else if ((et EQ EV_NEND) AND (en EQ tnote) AND
 					   (eg EQ grp)) {
Index: ram/frfind.c
===================================================================
--- ram/frfind.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/frfind.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -84,5 +84,5 @@
 #if	DEBUGIT
 	if (verbose)
-		printf("epadj($%08lX, %d, %ld):  sep->e_time=%ld\n", 
+		printf("epadj($%08lX, %d, %ld):  sep->e_time=%ld\n",
 			sep, sdir, tval, sep->e_time);
 #endif
@@ -94,5 +94,5 @@
 	if (tval < 0)		/* return start of score for negative times */
 		return(scores[curscor]);
-		
+
 	if (sdir) {	/* find left (earliest) end of chain */
 
@@ -190,5 +190,5 @@
 
 			if (tep->e_time GT tval) {
-			    
+
 #if	DEBUGIT
 	if (verbose)
@@ -267,5 +267,5 @@
 
 	if (p_fwd->e_time EQ tval) {		/* at p_fwd ? */
-	
+
 #if	DEBUGIT
 	if (verbose)
Index: ram/instdsp.c
===================================================================
--- ram/instdsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/instdsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -331,5 +331,5 @@
 		else
 			idpoint(ptx, pty, ptc);
-		
+
 		return;
 	}
Index: ram/lcdlbls.c
===================================================================
--- ram/lcdlbls.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/lcdlbls.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -168,5 +168,5 @@
 
 /* arpar[] -- articulation parameter map */
-/*	   sigtab[ 25  26  27  28  29  30  31  32  33  34  35  36  37  38] */ 
+/*	   sigtab[ 25  26  27  28  29  30  31  32  33  34  35  36  37  38] */
 
 int16_t	arpar[] = { 4,  2,  9, 11, 12,  1,  3,  5,  7, 13, 14, 15, 10,  6};
@@ -703,5 +703,5 @@
 		/* cancel assignment mode */
 
-		asmode = 0;	
+		asmode = 0;
 		pkctrl = oldpk;
 		swpt   = oldsw;
@@ -950,5 +950,5 @@
 
 	case LS_OTHER:
-	
+
 		for (i = 0; i < 14; i++)
 			BarBset(i, (BGother[i] / 252));
@@ -1138,5 +1138,5 @@
 	if (asmode) {			/* cancel assignment mode */
 
-		asmode = 0;	
+		asmode = 0;
 		pkctrl = oldpk;
 		swpt   = oldsw;
@@ -1295,5 +1295,5 @@
 	if (asmode) {			/* cancel assignment mode */
 
-		asmode = 0;	
+		asmode = 0;
 		pkctrl = oldpk;
 		swpt = oldsw;
Index: ram/ldselbx.c
===================================================================
--- ram/ldselbx.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/ldselbx.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -723,5 +723,5 @@
 	pkctrl  = PK_LIBR;
 	sliders = LS_LIBR;
-	
+
 	lcdlbls();
 	setleds();
Index: ram/libdsp.c
===================================================================
--- ram/libdsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/libdsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -511,5 +511,5 @@
    =============================================================================
 	srchcat() -- search the file catalog
-	
+
 		returns -1 on 'not found',  slot 0..FCMAX-1 if found
    =============================================================================
@@ -1171,5 +1171,5 @@
 		else
 			break;
-	
+
 	case FT_ORL:		/* lo orch write */
 
@@ -1178,5 +1178,5 @@
 		else
 			break;
-	
+
 	case FT_ORH:		/* hi orch write */
 
@@ -1216,5 +1216,5 @@
 		else
 			break;
-	
+
 	case FT_WAV:
 
@@ -1223,5 +1223,5 @@
 		else
 			break;
-	
+
 	default:
 
Index: ram/m7menu.c
===================================================================
--- ram/m7menu.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/m7menu.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -435,5 +435,5 @@
 				mrowcol[M_COPY][0], mrowcol[M_COPY][1],
 				mtexts[M_COPY], 14);
-			
+
 		} else if (n EQ 9) {	/* select "Format disk" */
 
@@ -441,5 +441,5 @@
 				mrowcol[M_FORM][0], mrowcol[M_FORM][1],
 				mtexts[M_FORM], 14);
-			
+
 		} else {
 
Index: ram/msl.c
===================================================================
--- ram/msl.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/msl.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -151,5 +151,5 @@
 */
 
-/* 
+/*
    =============================================================================
 		clk_ped() -- process clock on/off toggle pedal
@@ -163,5 +163,5 @@
 }
 
-/* 
+/*
    =============================================================================
 		pch_ped() -- process punch in/out toggle pedal
@@ -453,5 +453,5 @@
 
 				case 55:		/* cursor x */
-				
+
 					(*cx_key)();	break;
 
Index: ram/msm.c
===================================================================
--- ram/msm.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/msm.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -640,5 +640,5 @@
 									}
 							}
-		
+
 							break;
 						}
@@ -887,5 +887,5 @@
 							mrstat[miport] = 0;
 							break;
-						}				
+						}
 
 					default:	/* error -- bad status */
Index: ram/nedacc.c
===================================================================
--- ram/nedacc.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/nedacc.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -574,5 +574,5 @@
 /* 
 
-*/		
+*/
 	} else {
 
Index: ram/ptdisp.c
===================================================================
--- ram/ptdisp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/ptdisp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -48,5 +48,5 @@
 */
 
-int8_t	pthead[] = 
+int8_t	pthead[] =
 
 	"\260 Definer p ch Stmulus p ch Destnation \275\276 Datum \260 No Seq Rg T \260";
Index: ram/ptdkey.c
===================================================================
--- ram/ptdkey.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/ptdkey.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -1131,5 +1131,5 @@
 			UpdVid(7, stccol, buf, PTDATR);
 
-			if (stccol EQ 46) 
+			if (stccol EQ 46)
 				ctcon();
 			else
Index: ram/ptfield.c
===================================================================
--- ram/ptfield.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/ptfield.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -180,5 +180,5 @@
 			}
 
-		} else 
+		} else
 			stdmkey();
 
Index: ram/ptselbx.c
===================================================================
--- ram/ptselbx.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/ptselbx.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -748,5 +748,5 @@
 
 	case 3:		/* led */
-		
+
 		ptesuba = ptdebuf[32] - 'A';
 		break;
@@ -973,5 +973,5 @@
 				setsubm(19, 2);
 
-			} else if (ptemenu EQ HT_3) { 
+			} else if (ptemenu EQ HT_3) {
 
 				setsubm(20, 22);
Index: ram/scfield.c
===================================================================
--- ram/scfield.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scfield.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -384,5 +384,5 @@
 	if (EV_FINI EQ (0x007F & ep->e_type))	/* null if at end of score */
 		return;
-		
+
 	tp = scores[curscor]->e_bak;		/* locate end of score */
 	pp = ep->e_bak;				/* locate end of head */
Index: ram/scgoto.c
===================================================================
--- ram/scgoto.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scgoto.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -72,5 +72,5 @@
 	swctrl = FALSE;			/* stop scroll wheel */
 	swflag = FALSE;			/* ... */
-	
+
 	recsw = FALSE;			/* force play mode on goto */
 	dsrpmod();			/* update video and LCD displays */
Index: ram/scordsp.c
===================================================================
--- ram/scordsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scordsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -172,5 +172,5 @@
 	/* 5 */		"\210\211\212\213   /    /    /    /    /    /    /    /    /    /    /    / ",
 			/* Dynamics / Location */
-			
+
 	/* 6 */		"\214\215\216\217",	/* Velocity */
 
@@ -190,5 +190,5 @@
    =============================================================================
 	makeln(lnc, lec) -- create the constant slice at 'consl'.
-	make the line object color 'lnc', and ledger line color 'lec', 
+	make the line object color 'lnc', and ledger line color 'lec',
    =============================================================================
 */
@@ -209,5 +209,5 @@
 /* 
 
-*/	
+*/
 	for (i = 0; i < 224; i++) {
 
@@ -432,5 +432,5 @@
 
 	val = valents[((abs(angroup) - 1) << 4) | var2src[var]].val >> 5;
-	tmp = abs(val);	
+	tmp = abs(val);
 	v1 = tmp / 100;
 	v2 = (tmp - (v1 * 100)) / 10;
@@ -1094,5 +1094,5 @@
 	objon(7, 322, 12);	/* ... row 23 */
 	objon(7, 336, 12);	/* ... row 24 */
-	
+
 	SetPri(13,  2);		/* Keyboard object */
 	SetPri(14,  1);		/* Score object */
Index: ram/scread.c
===================================================================
--- ram/scread.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scread.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -192,5 +192,5 @@
 
 	ep->e_type = EV_SCORE;
-	
+
 	if (rd_ec(fp, &ep->e_data1, 1L)) {
 
@@ -230,5 +230,5 @@
 				scioerr(sn, ep);
 				return(FAILURE);
-			}			
+			}
 
 			libsp = e_ins(ep, libsp);
Index: ram/scselbx.c
===================================================================
--- ram/scselbx.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scselbx.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -831,5 +831,5 @@
 			pkctrl  = PK_NGRP;
 			sliders = LS_NGRP;
-	
+
 			lcdlbls();
 			setleds();
Index: ram/scwrite.c
===================================================================
--- ram/scwrite.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/scwrite.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -183,5 +183,5 @@
 		ep = ep->e_fwd;
 
-	} while (go);		
+	} while (go);
 
 	schksum = sc;
@@ -269,5 +269,5 @@
 		printf("scwrite(%d, $%08lX):  ep = $%08lX\n", sn, fp, ep);
 #endif
-	
+
 	if (E_NULL EQ ep) {		/* empty scores only get a flag */
 
@@ -310,5 +310,5 @@
 
 			if (wr_ec(fp, &ep->e_time, 4L))
-				return(FAILURE);			
+				return(FAILURE);
 
 			break;
@@ -438,5 +438,5 @@
 		ep = ep->e_fwd;
 
-	} while (go);		
+	} while (go);
 
 #if	DEBUGIT
Index: ram/seccpy.c
===================================================================
--- ram/seccpy.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/seccpy.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -109,5 +109,5 @@
 	lp = ep_adj(p_cur, 0, t_cur);		/* events left of the copy */
 	rp = lp->e_fwd;				/* events right of the copy */
-	
+
 	/* adjust the times in the score past the copy */
 
Index: ram/sedump.c
===================================================================
--- ram/sedump.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/sedump.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -125,5 +125,5 @@
 */
 
-/* 
+/*
    =============================================================================
 	SEctrl() -- print current score pointers and times
@@ -710,5 +710,5 @@
 
 	for (i = 0; i < NFINST; i++) {
-	
+
 		fp  = &ip->idhfnc[i];
 		pif = 0x00FF & fp->idfpif;
Index: ram/showcfg.c
===================================================================
--- ram/showcfg.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/showcfg.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -659,5 +659,5 @@
 				reshowi();
 				settc(17, 12);
-				
+
 			} else {			/* data entry */
 
Index: ram/smscrl.c
===================================================================
--- ram/smscrl.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/smscrl.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -524,5 +524,5 @@
 
 		}
-				
+
 		return;
 	}
Index: ram/sqdisp.c
===================================================================
--- ram/sqdisp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/sqdisp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -49,5 +49,5 @@
 */
 
-int8_t	sqhead[] = 
+int8_t	sqhead[] =
 
 	"\260 Lin Time  Action 1    Action 2    Action 3    \260 No Seq Rg T \260";
Index: ram/sqdkey.c
===================================================================
--- ram/sqdkey.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/sqdkey.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -259,5 +259,5 @@
 				return;
 			}
-	
+
 			buf[0] = key + '0';
 			buf[1] = '\0';
Index: ram/sqexec.c
===================================================================
--- ram/sqexec.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/sqexec.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -169,5 +169,5 @@
 /* 
 
-*/			
+*/
 	case SQ_SREG:			/* Set register */
 
Index: ram/sqscan.c
===================================================================
--- ram/sqscan.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/sqscan.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -81,5 +81,5 @@
 		return(FAILURE);
 	}
-		
+
 	cval = spool;
 
@@ -93,5 +93,5 @@
 		return(FAILURE);
 	}
-		
+
 	cval = &spool[(int32_t)MAX_SE-1];
 
@@ -105,5 +105,5 @@
 		return(FAILURE);
 	}
-		
+
 	return(SUCCESS);
 }
@@ -408,5 +408,5 @@
 		tsp1->e_data1 = curgrp;
 		tsp1->e_data2 = aux1;
-		
+
 		p_cur = e_ins(tsp1, ep_adj(p_cur, 0, t_cur))->e_fwd;
 		eh_ins(tsp1, EH_LOCN);
@@ -808,5 +808,5 @@
 /* 
 
-*/		
+*/
 	if (CM_USTR("verbose")) {	/* !verbose */
 
@@ -832,5 +832,5 @@
 		CM_OK;
 	}
-		
+
 	if (CM_USTR("end")) {		/* !end */
 
@@ -1010,5 +1010,5 @@
 	p_cur = ep_adj(p_cur, 0, (t_cur = noteon));
 
-	if (verbose)		
+	if (verbose)
 		printf("%8ld: Note %3d ON at %8ld, OFF at %8ld\n",
 			t_cur, notenum, noteon, noteoff);
Index: ram/stmproc.c
===================================================================
--- ram/stmproc.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/stmproc.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -804,5 +804,5 @@
 			if (ptdsbuf[i] EQ '\0')
 				ptdsbuf[i] = ' ';
-	
+
 		ptdsbuf[48] = '\0';
 	}
@@ -890,5 +890,5 @@
 /* 
 
-*/			
+*/
 	} else {
 
Index: ram/tundsp.c
===================================================================
--- ram/tundsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/tundsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -132,5 +132,5 @@
 
 	for (i = 0; i < 128; i++)
-		tunlib[n][i] = ((i < 21) ? 160 : (i > 108) ? 10960 : 
+		tunlib[n][i] = ((i < 21) ? 160 : (i > 108) ? 10960 :
 			(160 + ((i - 12) * 100))) << 1;
 
Index: ram/uslice.c
===================================================================
--- ram/uslice.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/uslice.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -64,5 +64,5 @@
 
 	205, 205, 201, 197, 197, 193, 193, 189, 185, 185, 181, 181,
-	177, 177, 173, 169, 169, 165, 165, 161, 157, 157, 153, 153, 
+	177, 177, 173, 169, 169, 165, 165, 161, 157, 157, 153, 153,
 	149, 149, 145, 141, 141, 137, 137, 133, 129, 129, 125, 125,
 	121, 121, 117, 113, 113, 109, 109, 105, 101, 101,  97,  97,
@@ -75,11 +75,11 @@
 int16_t	lintab2[] = {			/* note top line table - N_FLAT */
 
-	205, 201, 201, 197, 193, 193, 189, 189, 185, 181, 181, 177, 
-	177, 173, 173, 169, 165, 165, 161, 161, 157, 153, 153, 149, 
-	149, 145, 145, 141, 137, 137, 133, 133, 129, 125, 125, 121, 
-	121, 117, 117, 113, 109, 109, 105, 105, 101,  97,  97,  93, 
-	 93,  89,  89,  85,  81,  81,  77,  77,  73,  69,  69,  65, 
-	 65,  61,  61,  57,  53,  53,  49,  49,  45,  41,  41,  37, 
-	 37,  33,  33,  29,  25,  25,  21,  21,  17,  13,  13,   9, 
+	205, 201, 201, 197, 193, 193, 189, 189, 185, 181, 181, 177,
+	177, 173, 173, 169, 165, 165, 161, 161, 157, 153, 153, 149,
+	149, 145, 145, 141, 137, 137, 133, 133, 129, 125, 125, 121,
+	121, 117, 117, 113, 109, 109, 105, 105, 101,  97,  97,  93,
+	 93,  89,  89,  85,  81,  81,  77,  77,  73,  69,  69,  65,
+	 65,  61,  61,  57,  53,  53,  49,  49,  45,  41,  41,  37,
+	 37,  33,  33,  29,  25,  25,  21,  21,  17,  13,  13,   9,
 	  9,   5,   5,   1
 };
Index: ram/wdfield.c
===================================================================
--- ram/wdfield.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/wdfield.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -234,5 +234,5 @@
 
 	/* calculate instrument source and FPU destination pointers */
-	
+
 	wsp1 = io_fpu + FPU_OWST + (curvce << 9) + (curwslt ? 0 : 0x0100) + 1;
 	wsp2 = curwslt ? vbufs[curvce].idhwvbf : vbufs[curvce].idhwvaf;
@@ -772,5 +772,5 @@
 				}
 
-			} else 
+			} else
 				return(FAILURE);
 /* 
Index: ram/wheel.c
===================================================================
--- ram/wheel.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/wheel.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -75,5 +75,5 @@
 int16_t	msflag;			/* mouse control flag -- mouse movement */
 int16_t	msrtag;			/* mouse control flag -- mouse reset */
-int16_t	msxres;			/* mouse x residue */	
+int16_t	msxres;			/* mouse x residue */
 int16_t	msyres;			/* mouse y residue */
 int16_t	msxmov;			/* mouse x movement */
@@ -636,5 +636,5 @@
 
 		if (++i GE NTKFIFO)
-			i = 0; 
+			i = 0;
 
 	} while (i NE fin);
Index: ram/wsdsp.c
===================================================================
--- ram/wsdsp.c	(revision 7848656beb2903f579b69a9e8ae840577e026a94)
+++ ram/wsdsp.c	(revision d2d593b0a5d498d4aeecd9fb6c945b0a65dfaa33)
@@ -488,5 +488,5 @@
 	}
 }
-			
+
 /* 
 
