net/local/local_fifo.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-13 18:26:49 +09:00 committed by Xiang Xiao
parent 7fdbd960aa
commit 62be7ba8b2

View File

@ -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];