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