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 2020/07/29 06:05:44 UTC

[incubator-nuttx-apps] 05/06: netutils: webserver: Fix style violations

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 caaf343bad094b55e752198b1b3324e37250a280
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Wed Jul 29 12:32:29 2020 +0900

    netutils: webserver: Fix style violations
    
    Summary:
    - This commit fixes style violations in httpd_dirlist.c
    
    Impact:
    - No impact
    
    Testing:
    - Buid check only
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>>
---
 netutils/webserver/httpd_dirlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netutils/webserver/httpd_dirlist.c b/netutils/webserver/httpd_dirlist.c
index 5ef2e18..cdc3303 100644
--- a/netutils/webserver/httpd_dirlist.c
+++ b/netutils/webserver/httpd_dirlist.c
@@ -34,7 +34,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- * Included Header Files
+ * Included Files
  ****************************************************************************/
 
 #include <nuttx/config.h>