mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Minor fix (tab, indent...) to respect source code style...
This commit is contained in:
parent
e895aa71a4
commit
05ea5f05ae
@ -296,8 +296,7 @@ ethernetif_init(struct netif *netif)
|
||||
|
||||
ethernetif = mem_malloc(sizeof(struct ethernetif));
|
||||
|
||||
if (ethernetif == NULL)
|
||||
{
|
||||
if (ethernetif == NULL) {
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
||||
return ERR_MEM;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user