STM32 F4 LPTIM: Cosmetic changes from application of tools/nxstyle to all files modified in last PR.

This commit is contained in:
Gregory Nutt 2019-11-25 08:04:45 -06:00
parent e423e15a56
commit c86fabb9b2

View File

@ -38,6 +38,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************************/
/************************************************************************************
* Copyright (c) 2015 Google, Inc.
* All rights reserved.
@ -183,7 +184,8 @@ static inline void stm32l4_modifyreg32(FAR struct stm32l4_lptim_dev_s *dev,
uint8_t offset, uint32_t clearbits,
uint32_t setbits)
{
modifyreg32(((struct stm32l4_lptim_priv_s *)dev)->base + offset, clearbits, setbits);
modifyreg32(((struct stm32l4_lptim_priv_s *)dev)->base + offset,
clearbits, setbits);
}
/************************************************************************************