Fix astyle

pull/10842/head
Sebastian Stockhammer 2019-06-25 07:51:27 +02:00
parent 7dc4c99b23
commit 142a223cf9
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ nsapi_size_or_error_t GEMALTO_CINTERION_CellularStack::socket_sendto_impl(Cellul
const int ip_version = address.get_ip_version(); const int ip_version = address.get_ip_version();
if (_stack_type != IPV4V6_STACK && if (_stack_type != IPV4V6_STACK &&
((ip_version == NSAPI_IPv4 && _stack_type != IPV4_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()); tr_warn("No IP route for %s", address.get_ip_address());
return NSAPI_ERROR_NO_SOCKET; return NSAPI_ERROR_NO_SOCKET;
} }