This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 2692b61a72e6b4828cf5354851e5da014f93ac1a Author: Daniel P. Carvalho <[email protected]> AuthorDate: Wed Jul 7 16:55:03 2021 -0300 Fix newline at end of file. --- arch/arm/src/stm32/stm32_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_comp.h b/arch/arm/src/stm32/stm32_comp.h index 21ab266..54732bf 100644 --- a/arch/arm/src/stm32/stm32_comp.h +++ b/arch/arm/src/stm32/stm32_comp.h @@ -84,4 +84,4 @@ FAR struct comp_dev_s *stm32_compinitialize(int intf); #endif #endif /* __ASSEMBLY__ */ -#endif /* __ARCH_ARM_SRC_STM32_STM32_COMP_H */ \ No newline at end of file +#endif /* __ARCH_ARM_SRC_STM32_STM32_COMP_H */
