Mostly cosmetic changes

This commit is contained in:
Gregory Nutt
2014-09-04 10:28:38 -06:00
parent 166d46a819
commit 47d55c28dc
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -427,6 +427,7 @@ static ssize_t uart_write(FAR struct file *filep, FAR const char *buffer,
ret = uart_putxmitchar(dev, '\r', oktoblock);
if (ret < 0)
{
nwritten = ret;
break;
}
}