mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Added whitespace
This commit is contained in:
parent
a5182252af
commit
400dde9ec3
@ -225,7 +225,7 @@ void VOIPToasterNotify::voipBandwidthInfoReceived(const RsPeerId &peer_id,int by
|
|||||||
if (!mToasterBandwidthInfo.contains(peer_id)){
|
if (!mToasterBandwidthInfo.contains(peer_id)){
|
||||||
ToasterItemData toasterItemData;
|
ToasterItemData toasterItemData;
|
||||||
toasterItemData.mPeerId = peer_id;
|
toasterItemData.mPeerId = peer_id;
|
||||||
toasterItemData.mMsg = tr("Bandwidth Info received from this peer:%1").arg(bytes_per_sec);
|
toasterItemData.mMsg = tr("Bandwidth Info received from this peer: %1").arg(bytes_per_sec);
|
||||||
|
|
||||||
mPendingToasterBandwidthInfo.push_back(toasterItemData);
|
mPendingToasterBandwidthInfo.push_back(toasterItemData);
|
||||||
mToasterBandwidthInfo.insert(peer_id, NULL);
|
mToasterBandwidthInfo.insert(peer_id, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user