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 5736d2adfde113d365329816ded238fda6af54d0 Author: simbit18 <[email protected]> AuthorDate: Sun Mar 19 20:00:54 2023 +0100 apps/netutils/dhcp6c/Make.defs: fix nxstyle Add missing first line header --- netutils/dhcp6c/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/dhcp6c/Make.defs b/netutils/dhcp6c/Make.defs index e8c11b05d..39c2c4a32 100644 --- a/netutils/dhcp6c/Make.defs +++ b/netutils/dhcp6c/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/dhcp6c/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
