You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/06/03 08:33:15 UTC

[incubator-nuttx-apps] 01/04: webclient.c: Fix the placement of "Public Function" banner

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit dbee240869a9e9f6764aa5583372d7941d8e4a2a
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Jun 2 13:22:03 2022 +0900

    webclient.c: Fix the placement of "Public Function" banner
---
 netutils/webclient/webclient.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/netutils/webclient/webclient.c b/netutils/webclient/webclient.c
index b121d27b5..38fb49dda 100644
--- a/netutils/webclient/webclient.c
+++ b/netutils/webclient/webclient.c
@@ -1116,6 +1116,10 @@ static int wget_gethostip(FAR char *hostname, FAR struct in_addr *dest)
 #endif
 }
 
+/****************************************************************************
+ * Public Functions
+ ****************************************************************************/
+
 /****************************************************************************
  * Name: webclient_perform
  *
@@ -2082,10 +2086,6 @@ errout_with_errno:
   return ret;
 }
 
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
 /****************************************************************************
  * Name: webclient_abort
  *