mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Untabify. Fixed one line in copyright which is longer than 80 columns. * src * test
This commit is contained in:
@@ -30,12 +30,12 @@ public:
|
||||
public:
|
||||
virtual SharedHandle<DHTMessage>
|
||||
createPingReplyMessage(const SharedHandle<DHTNode>& remoteNode,
|
||||
const unsigned char* remoteNodeID,
|
||||
const std::string& transactionID)
|
||||
const unsigned char* remoteNodeID,
|
||||
const std::string& transactionID)
|
||||
{
|
||||
return SharedHandle<DHTMessage>
|
||||
(new MockDHTMessage(_localNode, remoteNode, "ping_reply",
|
||||
transactionID));
|
||||
(new MockDHTMessage(_localNode, remoteNode, "ping_reply",
|
||||
transactionID));
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user