summaryrefslogtreecommitdiff
path: root/nuttx/drivers/watchdog.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 14:32:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 14:32:20 -0600
commit3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4 (patch)
tree0f3ba3c03a8e8e5e5ddd7ed6658f9aeefd233228 /nuttx/drivers/watchdog.c
parentb087a6d8732ffb869f3482c62b1b74e7b1869551 (diff)
downloadpx4-nuttx-3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4.tar.gz
px4-nuttx-3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4.tar.bz2
px4-nuttx-3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4.zip
More trailing whilespace removal
Diffstat (limited to 'nuttx/drivers/watchdog.c')
-rw-r--r--nuttx/drivers/watchdog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/drivers/watchdog.c b/nuttx/drivers/watchdog.c
index e3c09e671..31ae3685b 100644
--- a/nuttx/drivers/watchdog.c
+++ b/nuttx/drivers/watchdog.c
@@ -87,7 +87,7 @@ struct watchdog_upperhalf_s
FAR char *path; /* Registration path */
/* The contained lower-half driver */
-
+
FAR struct watchdog_lowerhalf_s *lower;
};
@@ -172,7 +172,7 @@ static int wdog_open(FAR struct file *filep)
errout_with_sem:
sem_post(&upper->exclsem);
-
+
errout:
return ret;
}
@@ -213,7 +213,7 @@ static int wdog_close(FAR struct file *filep)
sem_post(&upper->exclsem);
ret = OK;
-
+
errout:
return ret;
}
@@ -252,7 +252,7 @@ static ssize_t wdog_write(FAR struct file *filep, FAR const char *buffer, size_t
* Description:
* The standard ioctl method. This is where ALL of the watchdog timer work is
* done.
- *
+ *
************************************************************************************/
static int wdog_ioctl(FAR struct file *filep, int cmd, unsigned long arg)