Skip to content

Commit 257c367

Browse files
committed
tcp_client_hello_world K&R style
1 parent b7caa54 commit 257c367

File tree

1 file changed

+1
-2
lines changed
  • features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world

1 file changed

+1
-2
lines changed

features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ int main() {
7575
printf("HTTP: Received message:\r\n");
7676
printf("%s", buffer);
7777
sock.close();
78-
}
79-
else {
78+
} else {
8079
printf("HTTP: ERROR\r\n");
8180
}
8281

0 commit comments

Comments
 (0)