Trivial spacing change

This commit is contained in:
Gregory Nutt 2016-07-28 09:34:56 -06:00
parent 309480d0f9
commit d36d9d61be
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void lib_dumpbuffer(FAR const char *msg, FAR const uint8_t *buffer,
}
}
*ptr++= ' '; /* Plus 1 byte */
*ptr++ = ' '; /* Plus 1 byte */
/* Generate printable characters: Plus 1 * _NITEMS + 1 bytes */