Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeco Jianting Man <920369182@qq.com>2021-04-19 19:58:55 +0300
committerGitHub <noreply@github.com>2021-04-19 19:58:55 +0300
commitd8770748ffb5f832d5a2aa8a09d0e160655a5cf1 (patch)
treef58c0e959beda40c11eed6dc587d93bf36154c0c /timers.c
parent46f7feba815b49fca5f5884304a465844812f1ef (diff)
[kernel & MemMang] use space to replace tab and remove meaningless space in the end of each line (#314)
Signed-off-by: Meco Man <920369182@qq.com> Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
Diffstat (limited to 'timers.c')
-rw-r--r--timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.c b/timers.c
index 8032a1fe8..d3fce22ad 100644
--- a/timers.c
+++ b/timers.c
@@ -523,7 +523,7 @@
{
/* Advance the expiry time. */
xExpiredTime += pxTimer->xTimerPeriodInTicks;
-
+
/* Call the timer callback. */
traceTIMER_EXPIRED( pxTimer );
pxTimer->pxCallbackFunction( ( TimerHandle_t ) pxTimer );