1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

trailing whitespace removal (#14026)

trailing space removal

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>
This commit is contained in:
nerdCopter 2024-11-15 15:19:13 -06:00 committed by GitHub
parent 0de6278433
commit 493b9bf819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
78 changed files with 371 additions and 371 deletions

View file

@ -366,7 +366,7 @@ void configTimeBase(TMR_TypeDef *tim, uint16_t period, uint32_t hz)
handle->Init.RepetitionCounter = 0x0000;
DAL_TMR_Base_Init(handle);
if (tim == TMR1 || tim == TMR2 || tim == TMR3 || tim == TMR4 || tim == TMR5 || tim == TMR8 || tim == TMR9)
if (tim == TMR1 || tim == TMR2 || tim == TMR3 || tim == TMR4 || tim == TMR5 || tim == TMR8 || tim == TMR9)
{
TMR_ClockConfigTypeDef sClockSourceConfig;
memset(&sClockSourceConfig, 0, sizeof(sClockSourceConfig));