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:
@@ -193,9 +193,9 @@ void RiaGrpcCommandService::assignPdmFieldValue( caf::PdmValueField* pdmValue
|
||||
{
|
||||
if ( paramDescriptor->is_repeated() )
|
||||
{
|
||||
RepeatedFieldRef<std::string> repeatedField = reflection->GetRepeatedFieldRef<std::string>( params,
|
||||
paramDescriptor );
|
||||
std::vector<QString> stringVector;
|
||||
RepeatedFieldRef<std::string> repeatedField =
|
||||
reflection->GetRepeatedFieldRef<std::string>( params, paramDescriptor );
|
||||
std::vector<QString> stringVector;
|
||||
for ( const std::string& string : repeatedField )
|
||||
{
|
||||
stringVector.push_back( QString::fromStdString( string ) );
|
||||
|
||||
Reference in New Issue
Block a user