Index: vlib/glcinit.c
===================================================================
--- vlib/glcinit.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/glcinit.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -42,5 +42,4 @@
 		No error checks are done.
 
-
 	GLCdisp(dsp, crs, blk1, blk2, blk3)
 	short dsp, crs, blk1, blk2, blk3;
@@ -53,8 +52,4 @@
 		Turns the cursor on or off.
    =============================================================================
-*/
-
-/* 
-
 */
 
@@ -76,8 +71,4 @@
 int8_t glc_is2[] = { 0x00, 0x00, 0x3F, 0x00, 0x20, 0x3F, 0x00, 0x00 };
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -115,8 +106,4 @@
 	LCD_WD = lcdctl2;
 }
-
-/* 
-
-*/
 
 /*
@@ -164,7 +151,5 @@
 	GLCdisp(G_OFF, G_B2, G_ON, G_ON, G_OFF);
 
-/* 
-
-*/
+
 	LCD_WC = G_CRSWR;	/* set cursor at (0,0) in G_PLANE1 */
 	LCD_WD = G_PLANE1 & 0xFF;
@@ -191,8 +176,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -218,8 +199,4 @@
 	return(curad);			/* return calculated cursor address */
 }
-
-/* 
-
-*/
 
 /*
@@ -261,8 +238,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -288,8 +261,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: vlib/lseg.c
===================================================================
--- vlib/lseg.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/lseg.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -37,8 +37,4 @@
 	on their use of register variables.
    =============================================================================
-*/
-
-/* 
-
 */
 
Index: vlib/vbfill4.c
===================================================================
--- vlib/vbfill4.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vbfill4.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -27,8 +27,4 @@
 };
 
-/* 
-
-*/
-
 void vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color)
 {
@@ -45,7 +41,5 @@
 	lmask = rmask = 0;
 
-/* 
-
-*/
+
 	switch (xmin & 3) {
 
@@ -101,7 +95,5 @@
 		return;
 
-/* 
-
-*/
+
 	case 1:
 
@@ -155,7 +147,5 @@
 		return;
 
-/* 
-
-*/
+
 	case 2:
 
@@ -209,7 +199,5 @@
 		return;
 
-/* 
-
-*/
+
 	case 3:
 
Index: vlib/vhinit.c
===================================================================
--- vlib/vhinit.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vhinit.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -26,7 +26,4 @@
 int16_t	v_nobj;			/* current object number */
 int16_t	v_obpri;		/* current object priority */
-
-/* 
- */
 
 /* initialized variables */
@@ -59,7 +56,4 @@
 #endif
 };
-
-/* 
- */
 
 /*
Index: vlib/vmput.c
===================================================================
--- vlib/vmput.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vmput.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -46,7 +46,4 @@
 }
 
-/* 
- */
-
 /*
    =============================================================================
Index: vlib/vobjfns.c
===================================================================
--- vlib/vobjfns.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vobjfns.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -34,8 +34,4 @@
 */
 
-/* 
-
-*/
-
 /*
 	VIint() is located in viint.s but is mentioned here for completeness
@@ -60,8 +56,4 @@
 uint16_t	vi_ctl;		/* object unblank control bits */
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -86,8 +78,4 @@
 		vbank(op->obank & 3);
 }
-
-/* 
-
-*/
 
 /*
@@ -128,8 +116,4 @@
 	setipl(0);				/* enable VI interrupt */
 }
-
-/* 
-
-*/
 
 /*
@@ -161,7 +145,5 @@
 	op->obank = bank & 3;
 
-/* 
-
-*/
+
 	if (type) {	/* character objects */
 
@@ -194,7 +176,5 @@
 			wsize = wsize + (wsize << 1);
 
-/* 
-
-*/
+
 	} else {	/* bitmap objects */
 
@@ -228,8 +208,4 @@
 	SetPri(obj, pri);
 }
-
-/* 
-
-*/
 
 /*
Index: vlib/vputs.c
===================================================================
--- vlib/vputs.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vputs.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -41,7 +41,4 @@
 }
 
-/* 
- */
-
 /*
    =============================================================================
Index: vlib/vputsv.c
===================================================================
--- vlib/vputsv.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vputsv.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -41,7 +41,4 @@
 }
 
-/* 
- */
-
 /*
    =============================================================================
Index: vlib/vsetpal.c
===================================================================
--- vlib/vsetpal.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vsetpal.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -32,8 +32,4 @@
 };
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -62,8 +58,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: vlib/vspray4.c
===================================================================
--- vlib/vspray4.c	(revision 33b5477cc55f55fdeb5a70526c020aaaaee92017)
+++ vlib/vspray4.c	(revision 6a37d5b75a66b9b08989170e2619867e2219e59d)
@@ -23,8 +23,4 @@
 	is -1,  and the list terminates with a null pointer.
    =============================================================================
-*/
-
-/* 
-
 */
 
