conn: indentation

This commit is contained in:
Jōshin 2022-02-19 00:27:59 -08:00
parent fedd2710ee
commit 5a5518f7f0
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -483,8 +483,8 @@ _conn_read_peel(u3_conn* con_u, u3_noun dat)
while ( car_u ) {
if ( car_u->io.info_f ) {
res = u3nc(
u3nc(car_u->nam_m, car_u->io.info_f(car_u)),
res);
u3nc(car_u->nam_m, car_u->io.info_f(car_u)),
res);
}
car_u = car_u->nex_u;
}