From 69cb36b0f39b98bea37404bac0d43e52f355095e Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 19 Oct 2020 12:29:22 -0700 Subject: [PATCH] I1620: Compiler warning cleanup Fix inconsistent statement indentations. --- I1620/i1620_tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I1620/i1620_tty.c b/I1620/i1620_tty.c index 8b5ec77e..2a65d561 100644 --- a/I1620/i1620_tty.c +++ b/I1620/i1620_tty.c @@ -420,8 +420,8 @@ switch (cpuio_opc) { /* decode op */ ind[IN_WRCHK] = 1; /* set write check */ if (io_stop) /* set return status */ sta = STOP_INVCHR; - break; - } + break; + } tto_write (ttc & 0x7F); /* write */ PAR = ADDR_A (PAR, 2); /* incr mem addr */ cpuio_cnt = cpuio_cnt + 2;