Skip to content

Commit cc63a31

Browse files
committed
Formatted via astyle.
1 parent d3d1e0d commit cc63a31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/cellular/framework/AT/AT_CellularStack.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,9 @@ nsapi_size_or_error_t AT_CellularStack::socket_recvfrom(nsapi_socket_t handle, S
319319
_at.unlock();
320320

321321
if (ret_val >= 0) {
322-
if(addr){
322+
if (addr) {
323323
tr_info("Socket %d recv %d bytes from %s port %d", find_socket_index(socket), ret_val, addr->get_ip_address(), addr->get_port());
324-
}
325-
else{
324+
} else {
326325
tr_info("Socket %d recv %d bytes", find_socket_index(socket), ret_val);
327326
}
328327
} else if (ret_val != NSAPI_ERROR_WOULD_BLOCK) {

0 commit comments

Comments
 (0)