From 3acc4243a5dab629258f0fcb6430ba8c44632f7b Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Tue, 3 Feb 2015 23:32:05 +0100 Subject: [PATCH] Uncrustify ground --- .../openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp b/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp index 8ecadc78f..d2f1c48b4 100644 --- a/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp +++ b/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp @@ -81,10 +81,10 @@ ScopeGadgetWidget::ScopeGadgetWidget(QWidget *parent) : QwtPlot(parent), axisWidget(QwtPlot::xBottom)->setMargin(2); m_picker = new QwtPlotPicker(QwtPlot::xBottom, - QwtPlot::yLeft, - QwtPlotPicker::HLineRubberBand, - QwtPicker::ActiveOnly, - canvas()); + QwtPlot::yLeft, + QwtPlotPicker::HLineRubberBand, + QwtPicker::ActiveOnly, + canvas()); m_picker->setStateMachine(new QwtPickerDragPointMachine()); m_picker->setRubberBandPen(QColor(Qt::darkMagenta)); m_picker->setTrackerPen(QColor(Qt::green));