Merge pull request #726 from mestaritonttu/patch-8

Added whitespace
This commit is contained in:
csoler 2017-03-07 21:54:10 +01:00 committed by GitHub
commit b3b2a4bf08

View File

@ -225,7 +225,7 @@ void VOIPToasterNotify::voipBandwidthInfoReceived(const RsPeerId &peer_id,int by
if (!mToasterBandwidthInfo.contains(peer_id)){
ToasterItemData toasterItemData;
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);
mToasterBandwidthInfo.insert(peer_id, NULL);