From 761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 19 Jul 2017 13:12:10 +1000 Subject: all: Remove trailing spaces, per coding conventions. --- stmhal/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/timer.c') diff --git a/stmhal/timer.c b/stmhal/timer.c index 39f168fc89..6513f95d37 100644 --- a/stmhal/timer.c +++ b/stmhal/timer.c @@ -1149,7 +1149,7 @@ STATIC mp_obj_t pyb_timer_period(mp_uint_t n_args, const mp_obj_t *args) { // Reset the counter to zero. Otherwise, if counter >= period it will // continue counting until it wraps (at either 16 or 32 bits depending // on the timer). - __HAL_TIM_SetCounter(&self->tim, 0); + __HAL_TIM_SetCounter(&self->tim, 0); return mp_const_none; } } -- cgit v1.2.3