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