Minor changes (tabs, ident, coding style...)

This commit is contained in:
fbernon
2007-08-17 00:30:27 +00:00
parent c517f6daf9
commit 2be122875a
7 changed files with 27 additions and 26 deletions

View File

@@ -288,14 +288,14 @@ ethernetif_input(struct netif *netif)
#endif /* ETHARP_TCPIP_INPUT */
#endif /* ETHARP_TCPIP_ETHINPUT */
#if PPPOE_SUPPORT > 0
#if PPPOE_SUPPORT
case ETHTYPE_PPPOEDISC: /* PPP Over Ethernet Discovery Stage */
pppoe_disc_input(netif, p);
break;
pppoe_disc_input(netif, p);
break;
case ETHTYPE_PPPOE: /* PPP Over Ethernet Session Stage */
pppoe_data_input(netif, p);
break;
#endif
pppoe_data_input(netif, p);
break;
#endif /* PPPOE_SUPPORT */
default:
pbuf_free(p);