mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
minor coding style fix: tab -> spaces
This commit is contained in:
parent
723eaa1f40
commit
e579e98469
@ -109,7 +109,7 @@ snmp_init(void)
|
||||
const char *
|
||||
snmp_get_community(void)
|
||||
{
|
||||
return snmp_community;
|
||||
return snmp_community;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -122,8 +122,8 @@ snmp_get_community(void)
|
||||
void
|
||||
snmp_set_community(const char * const community)
|
||||
{
|
||||
LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_COMMUNITY_STR_LEN);
|
||||
snmp_community = community;
|
||||
LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_COMMUNITY_STR_LEN);
|
||||
snmp_community = community;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user