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 27a17df69d00117ad4e8e89ae354a7c358e7cf06 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 20 11:54:51 2023 +0100 apps/netutils/rexecd/Make.defs: fix nxstyle Add missing first line header --- netutils/rexecd/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/rexecd/Make.defs b/netutils/rexecd/Make.defs index 7ffa7a3f1..4bb13e453 100644 --- a/netutils/rexecd/Make.defs +++ b/netutils/rexecd/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/rexecd/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
