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