mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
minor: whitespace cleanups
This commit is contained in:
parent
9725a496b5
commit
14fb48cd7a
@ -289,8 +289,7 @@ interfaces_Table_set_test(struct snmp_node_instance* instance, u16_t len, void *
|
|||||||
LWIP_ASSERT("Invalid column", (SNMP_TABLE_GET_COLUMN_FROM_OID(instance->instance_oid.id) == 7));
|
LWIP_ASSERT("Invalid column", (SNMP_TABLE_GET_COLUMN_FROM_OID(instance->instance_oid.id) == 7));
|
||||||
LWIP_UNUSED_ARG(len);
|
LWIP_UNUSED_ARG(len);
|
||||||
|
|
||||||
if (*sint_ptr == 1 || *sint_ptr == 2)
|
if (*sint_ptr == 1 || *sint_ptr == 2) {
|
||||||
{
|
|
||||||
return SNMP_ERR_NOERROR;
|
return SNMP_ERR_NOERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,5 +49,3 @@
|
|||||||
#define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4)
|
#define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4)
|
||||||
|
|
||||||
#endif /* LWIP_HDR_PROT_IP_H */
|
#endif /* LWIP_HDR_PROT_IP_H */
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,5 +109,3 @@ PACK_STRUCT_END
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LWIP_HDR_PROT_IP4_H */
|
#endif /* LWIP_HDR_PROT_IP4_H */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user