mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Removed trailing spaces
This commit is contained in:
parent
390b2e546e
commit
8b0c701266
238 changed files with 571 additions and 571 deletions
|
@ -108,7 +108,7 @@ void DHTRoutingTableSerializerTest::testSerialize()
|
|||
}
|
||||
nodesSrc[1]->setIPAddress("non-numerical-name");
|
||||
std::vector<SharedHandle<DHTNode> > nodes(vbegin(nodesSrc), vend(nodesSrc));
|
||||
|
||||
|
||||
DHTRoutingTableSerializer s(AF_INET);
|
||||
s.setLocalNode(localNode);
|
||||
s.setNodes(nodes);
|
||||
|
@ -236,7 +236,7 @@ void DHTRoutingTableSerializerTest::testSerialize6()
|
|||
}
|
||||
nodesSrc[1]->setIPAddress("non-numerical-name");
|
||||
std::vector<SharedHandle<DHTNode> > nodes(vbegin(nodesSrc), vend(nodesSrc));
|
||||
|
||||
|
||||
DHTRoutingTableSerializer s(AF_INET6);
|
||||
s.setLocalNode(localNode);
|
||||
s.setNodes(nodes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue