mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-21 23:02:13 +08:00
Remove dangling whitespace
This commit is contained in:
@@ -488,7 +488,7 @@ static void wapi_essid_cmd(int sock, FAR const char *ifname,
|
||||
/* Convert input strings to values */
|
||||
|
||||
essid_flag = (enum wapi_essid_flag_e)wapi_str2ndx(flagstr, g_wapi_essid_flags, 2);
|
||||
|
||||
|
||||
/* Set the ESSID */
|
||||
|
||||
ret = wapi_set_essid(sock, ifname, essid, essid_flag);
|
||||
|
Reference in New Issue
Block a user