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:
@@ -102,8 +102,8 @@ bool VdePacketDirectory::getPacketsAsCombinedBuffer( const std::vector<int>& pac
|
||||
}
|
||||
|
||||
const VdeArrayDataPacket& packet = *it->second;
|
||||
*combinedPacketArr += QByteArray::fromRawData( packet.fullPacketRawPtr(),
|
||||
static_cast<int>( packet.fullPacketSize() ) );
|
||||
*combinedPacketArr +=
|
||||
QByteArray::fromRawData( packet.fullPacketRawPtr(), static_cast<int>( packet.fullPacketSize() ) );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user