Replaced tabs by spaces

This commit is contained in:
Francois BIOT
2022-12-03 20:47:02 +01:00
parent 5a3e9bd90e
commit 744a590467
9 changed files with 1049 additions and 1045 deletions

View File

@@ -230,7 +230,7 @@ class MqttClient
uint32_t ms=millis();
Console << indent << "+-- " << '\'' << clientId.c_str() << "' " << (connected() ? " ON " : " OFF");
Console << ", alive=" << alive << '/' << ms << ", ka=" << keep_alive << ' ';
if (client)
if (client)
{
if (client->connected())
Console << TinyConsole::green << "connected";