summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/timers.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/netutils/thttpd/timers.c
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/netutils/thttpd/timers.c')
-rw-r--r--apps/netutils/thttpd/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/timers.c b/apps/netutils/thttpd/timers.c
index dc94306b0..cd97cb3f8 100644
--- a/apps/netutils/thttpd/timers.c
+++ b/apps/netutils/thttpd/timers.c
@@ -293,7 +293,7 @@ void tmr_run(struct timeval *now)
{
next = tmr->next;
- /* Since the lists are sorted, as soon as we find a timer * that isn'tmr
+ /* Since the lists are sorted, as soon as we find a timer * that isn'tmr
* ready yet, we can go on to the next list
*/