Skip to content

Commit 5404b82

Browse files
pennamfabik111
authored andcommitted
style fixes
1 parent 5f09d2b commit 5404b82

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ArduinoIoTCloud.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
#include <Arduino_ConnectionHandler.h>
2828
#if NETWORK_CONFIGURATOR_ENABLED
29-
#include <Arduino_NetworkConfigurator.h>
29+
#include <Arduino_NetworkConfigurator.h>
3030
#endif
3131

3232
#if defined(DEBUG_ERROR) || defined(DEBUG_WARNING) || defined(DEBUG_INFO) || defined(DEBUG_DEBUG) || defined(DEBUG_VERBOSE)
33-
# include <Arduino_DebugUtils.h>
33+
#include <Arduino_DebugUtils.h>
3434
#endif
3535

3636
#include "AIoTC_Const.h"

src/ArduinoIoTCloudTCP.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ int ArduinoIoTCloudTCP::begin(bool const enable_watchdog, String brokerAddress,
182182
}
183183
#endif /* BOARD_HAS_OFFLOADED_ECCX08 */
184184

185-
#if defined(ARDUINO_UNOWIFIR4)
185+
#if defined (ARDUINO_UNOWIFIR4)
186186
if (String(WiFi.firmwareVersion()) < String("0.2.0")) {
187187
DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, WiFi firmware needs to be >= 0.2.0, current %s", __FUNCTION__, WiFi.firmwareVersion());
188188
}
@@ -306,7 +306,6 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_ConfigPhy()
306306
#else
307307
return State::Init;
308308
#endif
309-
310309
}
311310

312311
ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_Init()

0 commit comments

Comments
 (0)