1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

uncrustification for ground/openpilotgcs/src/plugins/serialconnection/serialplugin.cpp

This commit is contained in:
Corvus Corax 2013-11-16 17:34:42 +01:00
parent 2c04a338b4
commit a21357d8e9

View File

@ -74,7 +74,7 @@ SerialConnection::SerialConnection() :
m_enumerateThread(this),
m_deviceOpened(false)
{
m_config = new SerialPluginConfiguration("Serial Telemetry", NULL, this);
m_config = new SerialPluginConfiguration("Serial Telemetry", NULL, this);
m_config->restoresettings();
m_optionspage = new SerialPluginOptionsPage(m_config, this);