From b6708e58a2fe5e156a162a6ce5796c69bd9a29e9 Mon Sep 17 00:00:00 2001
From: Antti Soininen <soininen@ill.fr>
Date: Tue, 26 Sep 2017 16:41:03 +0200
Subject: [PATCH] Code beautification.

Re #20632
---
 MantidPlot/src/Mantid/MantidMatrixTabExtension.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MantidPlot/src/Mantid/MantidMatrixTabExtension.h b/MantidPlot/src/Mantid/MantidMatrixTabExtension.h
index 81110935344..0e1675b8af9 100644
--- a/MantidPlot/src/Mantid/MantidMatrixTabExtension.h
+++ b/MantidPlot/src/Mantid/MantidMatrixTabExtension.h
@@ -15,8 +15,8 @@ struct MantidMatrixTabExtension {
                            MantidMatrixModel::Type type)
       : label(label), tableView(tableView), model(model), type(type) {}
   MantidMatrixTabExtension()
-      : label(""), tableView(), model(NULL),
-        type(MantidMatrixModel::Type::DX) {}
+      : label(""), tableView(), model(NULL), type(MantidMatrixModel::Type::DX) {
+  }
   QString label;
   std::unique_ptr<QTableView> tableView;
   QPointer<MantidMatrixModel> model;
-- 
GitLab