0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-23 22:35:11 +00:00

Filtered through clang-format

This commit is contained in:
Andrew Alderwick 2021-08-17 20:34:21 +01:00
parent 5d094603b0
commit 72356912e7

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