Filtered through clang-format

This commit is contained in:
Andrew Alderwick 2021-08-17 20:34:21 +01:00
parent 5d094603b0
commit 72356912e7
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}