minor: whitespace cleanups

This commit is contained in:
goldsimon 2016-08-19 09:40:55 +02:00
parent 9725a496b5
commit 14fb48cd7a
44 changed files with 136 additions and 141 deletions

View File

@ -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_UNUSED_ARG(len);
if (*sint_ptr == 1 || *sint_ptr == 2)
{
if (*sint_ptr == 1 || *sint_ptr == 2) {
return SNMP_ERR_NOERROR;
}

View File

@ -36,7 +36,7 @@
*/
#ifndef LWIP_HDR_APPS_MDNS_OPTS_H
#define LWIP_HDR_APPS_MDNS_OPTS_H
#define LWIP_HDR_APPS_MDNS_OPTS_H
#include "lwip/opt.h"
@ -70,5 +70,5 @@
* @}
*/
#endif /* LWIP_HDR_APPS_MDNS_OPTS_H */
#endif /* LWIP_HDR_APPS_MDNS_OPTS_H */

View File

@ -49,5 +49,3 @@
#define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4)
#endif /* LWIP_HDR_PROT_IP_H */

View File

@ -109,5 +109,3 @@ PACK_STRUCT_END
#endif
#endif /* LWIP_HDR_PROT_IP4_H */