mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
net/: Remove dangling space at the end of lines.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static const uint8_t g_nibblemap[16] =
|
||||
static const uint8_t g_nibblemap[16] =
|
||||
{
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* 0: No bits, 1-7: Should not happen */
|
||||
1, 1, 1, 1, /* 8: 1 bit, 9-b: Should not happen */
|
||||
|
||||
@@ -75,7 +75,7 @@ void net_ipv6_pref2mask(uint8_t preflen, net_ipv6addr_t mask)
|
||||
* Eg. preflen = 38
|
||||
* NETMASK: ffff ffff fc00 0000 0000 0000 0000 0000
|
||||
* bit: 1 1..1
|
||||
* 1 1..3 3..4 4..6 6..7 8..9 9..1 1..2
|
||||
* 1 1..3 3..4 4..6 6..7 8..9 9..1 1..2
|
||||
* 0..5 6..1 2..7 8..3 4..9 0..5 6..1 2..7
|
||||
* preflen: 1 1..1
|
||||
* 1 1..3 3..4 4..6 6..8 8..9 9..1 1..2
|
||||
|
||||
Reference in New Issue
Block a user