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