1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

OP-1777 Uncrustify

This commit is contained in:
m_thread 2015-03-16 20:41:38 +01:00
parent 6a89427aa8
commit e4e3125e72
2 changed files with 7 additions and 6 deletions

View File

@ -234,6 +234,7 @@ Core::Internal::GeneralSettings * UsageTrackerPlugin::getGeneralSettings() const
{
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
Core::Internal::GeneralSettings *settings = pm->getObject<Core::Internal::GeneralSettings>();
return settings;
}