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.git
commit 62be7ba8b2eb44da46ad08e7978d3cf0210a2143 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Fri Nov 13 18:26:49 2020 +0900 net/local/local_fifo.c: Appease nxstyle --- net/local/local_fifo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/local/local_fifo.c b/net/local/local_fifo.c index da8b1b6..bae37da 100644 --- a/net/local/local_fifo.c +++ b/net/local/local_fifo.c @@ -379,7 +379,8 @@ int local_create_fifos(FAR struct local_conn_s *conn) ****************************************************************************/ #ifdef CONFIG_NET_LOCAL_DGRAM -int local_create_halfduplex(FAR struct local_conn_s *conn, FAR const char *path) +int local_create_halfduplex(FAR struct local_conn_s *conn, + FAR const char *path) { char fullpath[LOCAL_FULLPATH_LEN];