summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaranjeiro2008-11-20 10:08:37 +0000
committerlaranjeiro2008-11-20 10:08:37 +0000
commit1f334fc7fec055ce9836214565610b53db4ef1d9 (patch)
tree643e95060768d87e0ab573d86ce60afcc27ee587
parent15ce4e0459eed366bd289a12f3bbc416c5cf1dd0 (diff)
hal/timer: Remove white spaces.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3495 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--cesar/hal/timer/src/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/hal/timer/src/timer.c b/cesar/hal/timer/src/timer.c
index b2d0962147..0377e784cf 100644
--- a/cesar/hal/timer/src/timer.c
+++ b/cesar/hal/timer/src/timer.c
@@ -7,7 +7,7 @@
* }}} */
/**
* \file hal/timer/src/timer.c
- * \brief API source file for timers.
+ * \brief API source file for timers.
* \ingroup hal_timer
*
*/
@@ -36,7 +36,7 @@ hal_timer_init (phy_t *phy)
// initialise the heap.
heap_init (&hal_timer_global.heap, hal_timer_instance_lesser);
-
+
hal_timer_global.phy = phy;
hal_timer_global.current_instance = NULL;