mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -150,8 +150,7 @@ void RimObservedSummaryData::fieldChangedByUi( const caf::PdmFieldHandle* change
|
||||
const QVariant& oldValue,
|
||||
const QVariant& newValue )
|
||||
{
|
||||
if ( changedField == &m_useCustomIdentifier || changedField == &m_summaryCategory ||
|
||||
changedField == &m_identifierName )
|
||||
if ( changedField == &m_useCustomIdentifier || changedField == &m_summaryCategory || changedField == &m_identifierName )
|
||||
{
|
||||
createSummaryReaderInterface();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user