This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 8bc93e07cef1e214687387d7a896d86663db7a9a Author: simbit18 <[email protected]> AuthorDate: Mon Mar 20 11:38:39 2023 +0100 apps/netutils/ftpc/Make.defs: fix nxstyle Add missing first line header --- netutils/ftpc/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/ftpc/Make.defs b/netutils/ftpc/Make.defs index 82141c075..185126699 100644 --- a/netutils/ftpc/Make.defs +++ b/netutils/ftpc/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/ftpc/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
