From dd2be1eb6ff89c65b6c52a21d04fd3a77fb8e4d0 Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Thu, 28 Sep 2017 13:26:43 -0400 Subject: [PATCH] Apply clang-format --- qt/scientific_interfaces/Indirect/IqtFit.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qt/scientific_interfaces/Indirect/IqtFit.cpp b/qt/scientific_interfaces/Indirect/IqtFit.cpp index e1c88f0832e..efe1fdd9f9b 100644 --- a/qt/scientific_interfaces/Indirect/IqtFit.cpp +++ b/qt/scientific_interfaces/Indirect/IqtFit.cpp @@ -25,9 +25,10 @@ namespace CustomInterfaces { namespace IDA { IqtFit::IqtFit(QWidget *parent) - : IndirectDataAnalysisTab(parent), m_stringManager(nullptr), m_iqtFTree(nullptr), - m_iqtFRangeManager(nullptr), m_fixedProps(), m_iqtFInputWS(), - m_previewPlotData(), m_ties(), m_runMin(-1), m_runMax(-1) { + : IndirectDataAnalysisTab(parent), m_stringManager(nullptr), + m_iqtFTree(nullptr), m_iqtFRangeManager(nullptr), m_fixedProps(), + m_iqtFInputWS(), m_previewPlotData(), m_ties(), m_runMin(-1), + m_runMax(-1) { m_uiForm.setupUi(parent); } -- GitLab