aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-01-04 01:58:59 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-01-04 01:58:59 +0000
commitf95cad51ea998c6febe30b9da74bd2852449d3c1 (patch)
tree10bcc5e293f387e1ba7bed22eb7fbd782b4c644e /timer.c
parent0da867144a9cc418a2311efa816efcbdef7df70a (diff)
downloadlcd4linux-f95cad51ea998c6febe30b9da74bd2852449d3c1.tar.gz
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timer.c b/timer.c
index cb259ee..5dbb379 100644
--- a/timer.c
+++ b/timer.c
@@ -372,7 +372,7 @@ int timer_process(struct timespec *delay)
}
}
- int next_timer = -1; /* ID of the next upcoming timer */
+ int next_timer = -1; /* ID of the next upcoming timer */
/* loop through the timer slots and try to find the next upcoming
timer */
@@ -455,7 +455,7 @@ void timer_exit(void)
/* reset number of allocated timer slots */
nTimers = 0;
- /* free memory used for storing the timer slots */
+ /* free memory used for storing the timer slots */
if (Timers != NULL) {
free(Timers);
Timers = NULL;