Skip to content

Commit 142a223

Browse files
author
Sebastian Stockhammer
committed
Fix astyle
1 parent 7dc4c99 commit 142a223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ nsapi_size_or_error_t GEMALTO_CINTERION_CellularStack::socket_sendto_impl(Cellul
292292
const int ip_version = address.get_ip_version();
293293
if (_stack_type != IPV4V6_STACK &&
294294
((ip_version == NSAPI_IPv4 && _stack_type != IPV4_STACK) ||
295-
(ip_version == NSAPI_IPv6 && _stack_type != IPV6_STACK))) {
295+
(ip_version == NSAPI_IPv6 && _stack_type != IPV6_STACK))) {
296296
tr_warn("No IP route for %s", address.get_ip_address());
297297
return NSAPI_ERROR_NO_SOCKET;
298298
}

0 commit comments

Comments
 (0)