This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 2ad162d27dc52453b78e160feeefc051eb2b22de Author: chao an <anchao.arc...@bytedance.com> AuthorDate: Wed Jan 22 22:46:36 2025 +0800 system/cu: fix nxstyle error $ ../nuttx/tools/checkpatch.sh -g HEAD~1 apps/system/cu/cu_main.c:5:78: error: Long line found Signed-off-by: chao an <anchao.arc...@bytedance.com> --- system/cu/cu_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c index a3a0f2d61..20cd101b5 100644 --- a/system/cu/cu_main.c +++ b/system/cu/cu_main.c @@ -2,7 +2,8 @@ * apps/system/cu/cu_main.c * * SPDX-License-Identifier: BSD-3-Clause - * SPDX-FileCopyrightText: 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. + * SPDX-FileCopyrightText: + * 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. * SPDX-FileContributor: Harald Welte <hwe...@sysmocom.de> * * Redistribution and use in source and binary forms, with or without