mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
net_tulip.c: Code style changes (part 1)
This commit is contained in:
@@ -747,10 +747,8 @@ static uint32_t tulip_read(uint32_t addr, void *opaque)
|
||||
break;
|
||||
|
||||
default:
|
||||
if (addr & 7) {
|
||||
} else {
|
||||
if (!(addr & 7))
|
||||
data = s->csr[addr >> 3];
|
||||
}
|
||||
break;
|
||||
}
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user