Update qcloud_network.c

rearrange the spacing of this code
This commit is contained in:
LinPeng
2020-01-20 11:54:39 +08:00
committed by GitHub
parent 3a43c0159c
commit 7e92ae86de

View File

@@ -122,7 +122,6 @@ __QCLOUD_API__ qcloud_err_t qcloud_network_udp_init(qcloud_network_t *network)
{
QCLOUD_POINTER_SANITY_CHECK(network, QCLOUD_ERR_INVAL);
network->connect = qcloud_network_udp_connect;
network->read = qcloud_network_udp_read;
network->write = qcloud_network_udp_write;