From 977f3194de2aa45a9df7ef389ec2c3bf3eeb1719 Mon Sep 17 00:00:00 2001 From: Matias Nitsche Date: Fri, 24 Apr 2020 14:06:11 -0300 Subject: [PATCH] stm32l4_lptim: nxstyle fix --- arch/arm/src/stm32l4/stm32l4_lptim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/stm32l4/stm32l4_lptim.h b/arch/arm/src/stm32l4/stm32l4_lptim.h index 590ef1963c4..ec7da53807f 100644 --- a/arch/arm/src/stm32l4/stm32l4_lptim.h +++ b/arch/arm/src/stm32l4/stm32l4_lptim.h @@ -38,6 +38,7 @@ * POSSIBILITY OF SUCH DAMAGE. * ************************************************************************************/ + /************************************************************************************ * Copyright (c) 2015 Google, Inc. * All rights reserved.