arch: arm: lc823450: fix nxstyle errors

Fix nxstyle errors to pass CI

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-03-24 09:24:26 +01:00 committed by Xiang Xiao
parent d6e16cac0b
commit df6cc29957

View File

@ -1,4 +1,4 @@
/************************************************************************************
/****************************************************************************
* arch/arm/src/lc823450/lc823450_start.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
@ -16,19 +16,19 @@
* License for the specific language governing permissions and limitations
* under the License.
*
************************************************************************************/
****************************************************************************/
#ifndef __ARCH_ARM_SRC_LC823450_LC823450_H
#define __ARCH_ARM_SRC_LC823450_LC823450_H
/************************************************************************************
/****************************************************************************
* Included Files
************************************************************************************/
****************************************************************************/
#include <nuttx/config.h>
/************************************************************************************
/****************************************************************************
* Public Function Prototypes
************************************************************************************/
****************************************************************************/
#endif /* __ARCH_ARM_SRC_LC823450_LC823450_H */