From: Alan Cox Date: Mon, 2 Jul 2018 21:20:05 +0000 (+0100) Subject: trs80: trivial formatting X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0ce9211792096c66dbfca31b3edf3ad69801ab1f;p=FUZIX.git trs80: trivial formatting --- diff --git a/Kernel/platform-trs80/devtty.c b/Kernel/platform-trs80/devtty.c index 919dcf31..330524ca 100644 --- a/Kernel/platform-trs80/devtty.c +++ b/Kernel/platform-trs80/devtty.c @@ -52,6 +52,7 @@ void vtbuf_init(void) { memset(vtbackbuf, ' ', VT_WIDTH * VT_HEIGHT); } + void vtexchange(void) { /* Swap the pointers over: TRS80 video we switch by copying not