fix(src/components/core/CoreManager): coding style

This commit is contained in:
Ronan Abhamon 2017-04-18 09:22:43 +02:00
parent 877949bb7f
commit f7857edbe0

View file

@ -89,12 +89,11 @@ void CoreManager::setDatabasesPaths () {
mCore->setFriendsDatabasePath(Paths::getFriendsListFilepath());
mCore->setCallLogsDatabasePath(Paths::getCallHistoryFilepath());
mCore->setChatDatabasePath(Paths::getMessageHistoryFilepath());
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
}
void CoreManager::setOtherPaths () {
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
mCore->setUserCertificatesPath(Paths::getUserCertificatesDirpath());
mCore->setRootCa(Paths::getRootCaFilepath());
}