Andy's formatting fixes.

This commit is contained in:
Ben Gras
2005-09-11 16:44:06 +00:00
parent f224cf091d
commit 5ae6f98dea
14 changed files with 210 additions and 210 deletions

View File

@@ -25,7 +25,7 @@
FORWARD _PROTOTYPE(void kputc, (int c));
/*===========================================================================*
* panic *
* panic *
*===========================================================================*/
PUBLIC void panic(mess,nr)
_CONST char *mess;
@@ -121,7 +121,7 @@ PUBLIC void kprintf(const char *fmt, ...) /* format to be printed */
}
/*===========================================================================*
* kputc *
* kputc *
*===========================================================================*/
PRIVATE void kputc(c)
int c; /* character to append */