Skip to content

Commit c95c048

Browse files
committed
Remove stray trailing space
1 parent 33f22c2 commit c95c048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ wiced_result_t whd_firmware_check_hook(const char *mounted_name, int mount_err)
347347
wiced_filesystem_mount_error();
348348
} else {
349349
if ((dir = opendir(mounted_name)) != NULL) {
350-
// print all the files and directories within directory
350+
// print all the files and directories within directory
351351
while ((ent = readdir(dir)) != NULL) {
352352
fullname = "/"+ dir_name + "/" + std::string(ent->d_name);
353353
if (std::string(ent->d_name) == WIFI_FIRMWARE_NAME) {

0 commit comments

Comments
 (0)