whitespace cleanup after rebase
This commit is contained in:
parent
b712e5e132
commit
625c518eec
@ -392,10 +392,3 @@ rust_uv_ip4_addr(const char* ip, int port) {
|
||||
printf("after creating .. port: %d\n", addr.sin_port);
|
||||
return addr;
|
||||
}
|
||||
|
||||
extern "C" bool
|
||||
rust_uv_ip4_test_verify_port_val(struct sockaddr_in addr,
|
||||
unsigned int expected) {
|
||||
printf("inside c++ ip4_test .. port: %u\n", addr.sin_port);
|
||||
return addr.sin_port == expected;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user