From 142a223cf93fb5812c20fd7cf8c0f5cbf6de6d2b Mon Sep 17 00:00:00 2001 From: Sebastian Stockhammer Date: Tue, 25 Jun 2019 07:51:27 +0200 Subject: [PATCH] Fix astyle --- .../GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp b/features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp index 1f88765e68..cf5550be8d 100644 --- a/features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp +++ b/features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp @@ -292,7 +292,7 @@ nsapi_size_or_error_t GEMALTO_CINTERION_CellularStack::socket_sendto_impl(Cellul const int ip_version = address.get_ip_version(); if (_stack_type != IPV4V6_STACK && ((ip_version == NSAPI_IPv4 && _stack_type != IPV4_STACK) || - (ip_version == NSAPI_IPv6 && _stack_type != IPV6_STACK))) { + (ip_version == NSAPI_IPv6 && _stack_type != IPV6_STACK))) { tr_warn("No IP route for %s", address.get_ip_address()); return NSAPI_ERROR_NO_SOCKET; }