summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-30 16:33:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-30 16:33:40 -0600
commit21850b97f9713421ae1b45ed68595824ec5eb402 (patch)
tree2163b071adfe4d0ae45931b07ad828c91d2b72eb /nuttx/arch
parent120e094ac41989be7d62ce90cd7c5eeff8bbd1ae (diff)
downloadpx4-nuttx-21850b97f9713421ae1b45ed68595824ec5eb402.tar.gz
px4-nuttx-21850b97f9713421ae1b45ed68595824ec5eb402.tar.bz2
px4-nuttx-21850b97f9713421ae1b45ed68595824ec5eb402.zip
Costmetic changes -- spacing, comments.
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/sam34/sam_serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sam34/sam_serial.c b/nuttx/arch/arm/src/sam34/sam_serial.c
index 01970b737..4395de517 100644
--- a/nuttx/arch/arm/src/sam34/sam_serial.c
+++ b/nuttx/arch/arm/src/sam34/sam_serial.c
@@ -1178,7 +1178,6 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
#if defined(CONFIG_SERIAL_IFLOWCONTROL) || defined(CONFIG_SERIAL_OFLOWCONTROL)
priv->flowc = flowc;
#endif
-
/* effect the changes immediately - note that we do not
* implement TCSADRAIN / TCSAFLUSH
*/