Skip to content

Commit 34a9567

Browse files
andreagilardonipennam
authored andcommitted
codestyle unification
1 parent aa081ac commit 34a9567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/CommandHandler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ int setEnt(const uint8_t command[], uint8_t response[])
990990
char password[128 + 1];
991991
char identity[128 + 1];
992992
const char* rootCA;
993-
993+
994994
memset(username, 0x00, sizeof(username));
995995
memset(password, 0x00, sizeof(password));
996996
memset(identity, 0x00, sizeof(identity));
@@ -2335,7 +2335,7 @@ void CommandHandlerClass::handleWiFiDisconnect()
23352335
// close all non-listening sockets
23362336

23372337
for (int i = 0; i < CONFIG_LWIP_MAX_SOCKETS; i++) {
2338-
struct sockaddr_in addr;
2338+
struct sockaddr_in addr;
23392339
size_t addrLen = sizeof(addr);
23402340
int socket = LWIP_SOCKET_OFFSET + i;
23412341

0 commit comments

Comments
 (0)