Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and pankore committed Jul 11, 2023
1 parent 3f7d40c commit ffd3169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/Ameba/AmebaUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ CHIP_ERROR AmebaUtils::GetWiFiConfig(rtw_wifi_config_t * config)
&credentialsLen);
SuccessOrExit(err);

config->ssid_len = strlen((const char*) config->ssid);
config->password_len = strlen((const char*) config->password);
config->ssid_len = strlen((const char *) config->ssid);
config->password_len = strlen((const char *) config->password);

exit:
return err;
Expand Down

0 comments on commit ffd3169

Please sign in to comment.