Minor fix (tab, indent...) to respect source code style...

This commit is contained in:
fbernon 2007-05-04 15:14:14 +00:00
parent e895aa71a4
commit 05ea5f05ae
4 changed files with 10 additions and 11 deletions

View File

@ -296,8 +296,7 @@ ethernetif_init(struct netif *netif)
ethernetif = mem_malloc(sizeof(struct ethernetif)); ethernetif = mem_malloc(sizeof(struct ethernetif));
if (ethernetif == NULL) if (ethernetif == NULL) {
{
LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n")); LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
return ERR_MEM; return ERR_MEM;
} }