whitespace

This commit is contained in:
mappu 2018-10-02 19:52:38 +13:00
parent 4341107c65
commit a2c0ecef83
1 changed files with 0 additions and 2 deletions

View File

@ -88,9 +88,7 @@ void TrayIcon::onGotPulseCardInfo(const pa_card_info& cardInfo, int eol)
return;
}
QString name = pa_proplist_gets(cardInfo.proplist, PA_PROP_DEVICE_DESCRIPTION);
if (name.length() == 0) {
name = cardInfo.name;
}