Skip to content

Commit 2ad162d

Browse files
anchaoxiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent dfb3fc9 commit 2ad162d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/cu/cu_main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* apps/system/cu/cu_main.c
33
*
44
* SPDX-License-Identifier: BSD-3-Clause
5-
* SPDX-FileCopyrightText: 2014 sysmocom - s.f.m.c. GmbH. All rights reserved.
5+
* SPDX-FileCopyrightText:
6+
* 2014 sysmocom - s.f.m.c. GmbH. All rights reserved.
67
* SPDX-FileContributor: Harald Welte <[email protected]>
78
*
89
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)