Minor: source code layout

This commit is contained in:
goldsimon 2010-01-18 08:11:57 +00:00
parent cc1e9370af
commit 9632632b85

View File

@ -330,7 +330,8 @@ raw_remove(struct raw_pcb *pcb)
* @see raw_remove()
*/
struct raw_pcb *
raw_new(u8_t proto) {
raw_new(u8_t proto)
{
struct raw_pcb *pcb;
LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));