diff --git a/features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp b/features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp index 5cd12a563b..650c54b59f 100644 --- a/features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp +++ b/features/net/FEATURE_IPV4/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp @@ -75,8 +75,7 @@ int main() { printf("HTTP: Received message:\r\n"); printf("%s", buffer); sock.close(); - } - else { + } else { printf("HTTP: ERROR\r\n"); }