From a7f2db852e41e21983fc5e8155d1307f2c12ca40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:53:37 +0100 Subject: [PATCH] Fixes by clang-format (#6995) Co-authored-by: magnesj --- ApplicationCode/ProjectDataModel/RimVfpPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimVfpPlot.cpp b/ApplicationCode/ProjectDataModel/RimVfpPlot.cpp index 07ca4cfe93..a5d565ead8 100644 --- a/ApplicationCode/ProjectDataModel/RimVfpPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimVfpPlot.cpp @@ -362,7 +362,7 @@ void RimVfpPlot::onLoadDataAndUpdate() { if ( isInjector ) { - std::set wells = {"F2H", "C1H", "C2H", "C3H", "C4AH", "C4H", "F1H", "F3H", "F4H"}; + std::set wells = { "F2H", "C1H", "C2H", "C3H", "C4AH", "C4H", "F1H", "F3H", "F4H" }; std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString(); if ( wells.find( strippedWellName ) != wells.end() ) @@ -377,7 +377,7 @@ void RimVfpPlot::onLoadDataAndUpdate() } else { - std::set wells = {"B1BH", "B2H", "B3H", "D1CH", "B4DH", "E1H", "D2H", "D3BH", "E3CH"}; + std::set wells = { "B1BH", "B2H", "B3H", "D1CH", "B4DH", "E1H", "D2H", "D3BH", "E3CH" }; std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString(); if ( wells.find( strippedWellName ) != wells.end() )