mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
@@ -107,10 +107,7 @@ public:
|
||||
void deleteAllCurves();
|
||||
|
||||
size_t curveIndex( RimWellLogCurve* curve );
|
||||
size_t curveCount()
|
||||
{
|
||||
return m_curves.size();
|
||||
}
|
||||
size_t curveCount() { return m_curves.size(); }
|
||||
|
||||
void setXAxisTitle( const QString& text );
|
||||
QString yAxisTitle() const;
|
||||
|
||||
Reference in New Issue
Block a user