remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:07:20 +02:00
parent 3c1bb85b8e
commit 1be54d13bc
4 changed files with 6 additions and 6 deletions

View File

@@ -294,8 +294,8 @@ int main (void)
revers(0); cputc('x'); chBack (); c1 = cpeekrevers(); chForth();
revers(1); cputc('X'); chBack (); c2 = cpeekrevers(); chForth();
cputc('\n'); cputc('\r');
revers(c1); cputc('o');
revers(c2); cputc('O');
revers(c1); cputc('o');
revers(c2); cputc('O');
/* test cpeeks() */
revers(0);