Skip to content

Commit

Permalink
fixed spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Oct 27, 2024
1 parent d3d0825 commit 43dddb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sming/Components/Network/src/Network/Mqtt/MqttClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ bool MqttClient::connect(const Url& url, const String& clientName)
debug_e("Only mqtt and mqtts protocols are allowed");
return false;
}
if(clientName==""){
debug_e("clientName cannot be empty");
return false;
}

if(clientName==""){
debug_e("clientName cannot be empty");
return false;
}

if(getConnectionState() != eTCS_Ready) {
close();
Expand Down

0 comments on commit 43dddb2

Please sign in to comment.