fix indentations in QZeroConfService

This commit is contained in:
Jonathan Bagg
2017-10-31 20:07:07 -04:00
parent 1bb2c1dfac
commit bf2f5b8742
2 changed files with 64 additions and 65 deletions

View File

@@ -135,7 +135,6 @@ void QZeroConfService::appendTxt(QByteArray idx, QByteArray val)
bool QZeroConfService::isValid() const
{
return (!data->name.isEmpty());
}