mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Costmetic changes -- spacing, comments.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user