mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -116,9 +116,9 @@ bool RifEclipseUnifiedRestartFileAccess::openFile()
|
||||
QString resultPath = fi.absolutePath();
|
||||
if ( caf::Utils::isFolderWritable( resultPath ) )
|
||||
{
|
||||
bool success = ecl_file_write_index( m_ecl_file,
|
||||
RiaStringEncodingTools::toNativeEncoded( indexFileName )
|
||||
.data() );
|
||||
bool success =
|
||||
ecl_file_write_index( m_ecl_file,
|
||||
RiaStringEncodingTools::toNativeEncoded( indexFileName ).data() );
|
||||
|
||||
if ( success )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user