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

@@ -181,6 +181,6 @@ u8_t netif_is_up(struct netif *netif);
* Set callback to be called when interface is brought up/down
*/
void netif_set_status_callback( struct netif *netif, void (* status_callback)(struct netif *netif ));
#endif /* LWIP_NETIF_CALLBACK */
#endif /* LWIP_NETIF_CALLBACK */
#endif /* __LWIP_NETIF_H__ */