From 60e8839ffb2fd91b5843b437581a71a7abb66972 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 20 Sep 2016 14:09:53 +0200 Subject: [PATCH] tcp_client_hello_world K&R style --- .../TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); }