Skip to content

Commit 7c7c3d9

Browse files
committed
rpc: remove trailing whitespace in send_data()
1 parent b44560e commit 7c7c3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-rpc/ggml-rpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static bool send_data(sockfd_t sockfd, const void * data, size_t size) {
333333
bytes_sent, size_to_send);
334334
return false;
335335
}
336-
bytes_sent += (size_t)n;
336+
bytes_sent += (size_t)n;
337337
}
338338
return true;
339339
}

0 commit comments

Comments
 (0)