Remove dangling whitespace

This commit is contained in:
Gregory Nutt
2017-06-15 10:51:25 -06:00
parent e7409b3b16
commit a8ab2f7505
11 changed files with 108 additions and 108 deletions

View File

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