From 72356912e7d92532fa3b3ef66198e92da4ca6591 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Tue, 17 Aug 2021 20:34:21 +0100 Subject: [PATCH] Filtered through clang-format --- src/uxncli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxncli.c b/src/uxncli.c index 9cce780..6038206 100644 --- a/src/uxncli.c +++ b/src/uxncli.c @@ -133,7 +133,7 @@ static void run(Uxn *u) { uxn_eval(u, PAGE_PROGRAM); - while((!u->dev[0].dat[0xf]) && (read(0, &devconsole->dat[0x2], 1) > 0)) + while((!u->dev[0].dat[0xf]) && (read(0, &devconsole->dat[0x2], 1) > 0)) uxn_eval(u, mempeek16(devconsole->dat, 0)); }