Fixed code identation issue
This commit is contained in:
parent
c2e8441c67
commit
c5a399b94b
2 changed files with 3 additions and 4 deletions
|
@ -131,10 +131,9 @@ QStringList Daemon::devices(bool onlyReachable, bool onlyVisible) const
|
|||
|
||||
QByteArray Daemon::certificate(int format) const
|
||||
{
|
||||
if (format == QSsl::Pem) {
|
||||
if (format == QSsl::Pem) {
|
||||
return KdeConnectConfig::instance()->certificate().toPem();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return KdeConnectConfig::instance()->certificate().toDer();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@ private:
|
|||
void removeTrustedDevice();
|
||||
void setSocketAttributes(QSslSocket *socket);
|
||||
void testIdentityPackage(QByteArray& identityPackage);
|
||||
|
||||
|
||||
};
|
||||
|
||||
void LanLinkProviderTest::initTestCase()
|
||||
|
|
Loading…
Reference in a new issue