standardization pass: trim_right (trailing whitespaces)
This commit is contained in:
@@ -55,7 +55,7 @@ void mac2str(char *macbuf, int len, unsigned char* addr);
|
||||
(ipaddr)->addr[3] = ZeroTier::Utils::hton(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
|
||||
|
||||
/*
|
||||
* Convert from standard IPV6 address structure to an lwIP native structure
|
||||
* Convert from standard IPV6 address structure to an lwIP native structure
|
||||
*/
|
||||
inline void in6_to_ip6(ip6_addr_t *ba, struct sockaddr_in6 *in6)
|
||||
{
|
||||
@@ -97,4 +97,4 @@ inline ip_addr_t convert_ip(struct sockaddr_in * addr)
|
||||
|
||||
#endif // STACK_LWIP && LIBZT_IPV4
|
||||
|
||||
#endif // UTILITIES_HPP
|
||||
#endif // UTILITIES_HPP
|
||||
|
||||
Reference in New Issue
Block a user