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

This commit is contained in:
Gregory Nutt
2017-06-28 13:56:46 -06:00
parent 031fbfc6bc
commit c3b14f98ea
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -729,7 +729,7 @@ struct note_common_s
};
#define NTYPES 18
static char *noteid[NTYPES] =
static char *noteid[NTYPES] =
{
"NOTE_START", /* type = 0 */
"NOTE_STOP", /* type = 1 */
@@ -774,7 +774,7 @@ int main(int argc, char **argv)
unsigned int remainder;
unsigned int value;
char buffer[64];
notndx = ni_tail;
while (notndx != ni_head)
{