Skip to content

Commit 3c6a9ef

Browse files
codestyle unification
1 parent cb7c191 commit 3c6a9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/CommandHandler.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ int setEnt(const uint8_t command[], uint8_t response[])
967967
char password[128 + 1];
968968
char identity[128 + 1];
969969
const char* rootCA;
970-
970+
971971
memset(username, 0x00, sizeof(username));
972972
memset(password, 0x00, sizeof(password));
973973
memset(identity, 0x00, sizeof(identity));
@@ -2239,7 +2239,7 @@ void CommandHandlerClass::handleWiFiDisconnect()
22392239
// close all non-listening sockets
22402240

22412241
for (int i = 0; i < CONFIG_LWIP_MAX_SOCKETS; i++) {
2242-
struct sockaddr_in addr;
2242+
struct sockaddr_in addr;
22432243
size_t addrLen = sizeof(addr);
22442244
int socket = LWIP_SOCKET_OFFSET + i;
22452245

0 commit comments

Comments
 (0)