From df6cc29957bf5f37e1d28d2bc5afe7848fc5ec9e Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 24 Mar 2021 09:24:26 +0100 Subject: [PATCH] arch: arm: lc823450: fix nxstyle errors Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea --- arch/arm/src/lc823450/lc823450_start.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/src/lc823450/lc823450_start.h b/arch/arm/src/lc823450/lc823450_start.h index b879c4682a..b9dbef7266 100644 --- a/arch/arm/src/lc823450/lc823450_start.h +++ b/arch/arm/src/lc823450/lc823450_start.h @@ -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 -/************************************************************************************ +/**************************************************************************** * Public Function Prototypes - ************************************************************************************/ + ****************************************************************************/ #endif /* __ARCH_ARM_SRC_LC823450_LC823450_H */