1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

uncrustification

This commit is contained in:
Corvus Corax 2013-10-19 21:59:07 +02:00
parent d1ad8e2872
commit b3ebb91ceb
3 changed files with 5 additions and 8 deletions

View File

@ -45,9 +45,9 @@
// Private constants
#define STACK_REQUIRED 512
#define STACK_REQUIRED 512
#define CALIBRATION_DELAY_MS 4000
#define CALIBRATION_DELAY_MS 4000
#define CALIBRATION_DURATION_MS 6000
// Private types

View File

@ -44,7 +44,6 @@
#include <QTimer>
namespace Core {
class IConnection;
namespace Internal {

View File

@ -39,13 +39,11 @@ using namespace Core::Internal;
const int WorkspaceSettings::MAX_WORKSPACES = 10;
WorkspaceSettings::WorkspaceSettings(QObject *parent) :
IOptionsPage(parent)
{
}
IOptionsPage(parent)
{}
WorkspaceSettings::~WorkspaceSettings()
{
}
{}
// IOptionsPage