Remove trailing spaces at the end of lines.

This commit is contained in:
Gregory Nutt
2018-08-13 07:47:26 -06:00
parent f2ef84f048
commit a57610c2c4
80 changed files with 168 additions and 168 deletions

View File

@@ -54,7 +54,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 */