Index: iolib/dofmt.c
===================================================================
--- iolib/dofmt.c	(revision 7af8be4146b7665a3c5d25c39c1ecc2f3b0ff34f)
+++ iolib/dofmt.c	(revision 48102540da3f449689e84a66567b30a9a3cca13f)
@@ -63,8 +63,4 @@
 	int32_t	val;
 
-/* 
-
-*/
-
 	count = 0;
 
@@ -112,8 +108,4 @@
 			break;
 		}
-
-/* 
-
-*/
 
 		if (fcode EQ '*') {
@@ -159,7 +151,5 @@
 		lzero = 0;
 
-/* 
-
-*/
+
 		switch (fcode = *format++) {
 
@@ -212,7 +202,5 @@
 			p = bp = buf + MAXDIGS;
 
-/* 
-
-*/
+
 			switch (hradix) {
 
@@ -276,7 +264,5 @@
 			break;
 
-/* 
-
-*/
+
 		default:
 			buf[0] = fcode;
@@ -309,7 +295,5 @@
 		}
 
-/* 
-
-*/
+
 		if (lzero < 0)
 			lzero = 0;
Index: iolib/mdump.c
===================================================================
--- iolib/mdump.c	(revision 7af8be4146b7665a3c5d25c39c1ecc2f3b0ff34f)
+++ iolib/mdump.c	(revision 48102540da3f449689e84a66567b30a9a3cca13f)
@@ -27,8 +27,4 @@
 #define PERLINE 16
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -47,8 +43,4 @@
 			printf(".");
 }
-
-/* 
-
-*/
 
 /*
@@ -107,8 +99,4 @@
 }
 
-/* 
-
-*/
-
 #if	TESTER
 
Index: iolib/rawio.c
===================================================================
--- iolib/rawio.c	(revision 7af8be4146b7665a3c5d25c39c1ecc2f3b0ff34f)
+++ iolib/rawio.c	(revision 48102540da3f449689e84a66567b30a9a3cca13f)
@@ -30,6 +30,4 @@
 	^Z, or buffer full.  Returns the byte that stopped the input,
 	or ERR01 for buffer full.
-
-
 
 	int
@@ -60,7 +58,4 @@
 */
 
-/* 
- */
-
 #include "ram.h"
 
@@ -96,7 +91,4 @@
 	return(ERR01);	/* buffer full */
 }
-
-/* 
- */
 
 int16_t getln(int16_t unit, int16_t nb, int8_t *buf)
@@ -142,7 +134,4 @@
 			return((int16_t)c);		/* return -- CR or LF hit */
 
-/* 
- */
-
 		case CTL('X'):
 
@@ -162,7 +151,4 @@
 }
 
-/* 
- */
-
 int16_t getrln(int16_t unit, int16_t nb, int8_t *buf)
 {
@@ -205,7 +191,4 @@
 }
 
-/* 
- */
-
 void writeln(int16_t unit, int8_t *buf)
 {
