Costmetic changes -- spacing, comments.

This commit is contained in:
Gregory Nutt
2014-10-30 16:33:40 -06:00
parent a7121f98d9
commit 3a19f48d93
3 changed files with 4 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ int serloop_main(int argc, char *argv[])
{
ch = '.';
}
putchar(ch);
}
#else
@@ -96,6 +97,7 @@ int serloop_main(int argc, char *argv[])
{
ch = '.';
}
ret = write(1, &ch, 1);
}
#endif