spaces to tabs

This commit is contained in:
Matthias Kollmann
2017-10-19 20:51:49 +02:00
parent 7f06953b6d
commit 2d21502972
10 changed files with 187 additions and 189 deletions

View File

@ -143,5 +143,3 @@ bool QZeroConfService::operator==(const QZeroConfService &rhs) const
{
return this->name() == rhs.name() && (this->ip() == rhs.ip() || this->ipv6() == rhs.ipv6());
}