net/: Remove dangling space at the end of lines.

This commit is contained in:
Gregory Nutt
2017-06-28 13:32:19 -06:00
parent 98d937104e
commit f87d5a3f81
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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