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