mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-11 01:53:48 +08:00
Minor: source code layout
This commit is contained in:
@@ -330,7 +330,8 @@ raw_remove(struct raw_pcb *pcb)
|
|||||||
* @see raw_remove()
|
* @see raw_remove()
|
||||||
*/
|
*/
|
||||||
struct raw_pcb *
|
struct raw_pcb *
|
||||||
raw_new(u8_t proto) {
|
raw_new(u8_t proto)
|
||||||
|
{
|
||||||
struct raw_pcb *pcb;
|
struct raw_pcb *pcb;
|
||||||
|
|
||||||
LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));
|
LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));
|
||||||
|
|||||||
Reference in New Issue
Block a user