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:
@@ -27,52 +27,16 @@
|
||||
class RiuSummaryCurveDefinitionKeywords
|
||||
{
|
||||
public:
|
||||
static QString sources()
|
||||
{
|
||||
return "SourcesKeyword";
|
||||
};
|
||||
static QString summaryTypes()
|
||||
{
|
||||
return "SummaryTypesKeyword";
|
||||
};
|
||||
static QString summaries()
|
||||
{
|
||||
return "SummariesKeyword";
|
||||
};
|
||||
static QString regions()
|
||||
{
|
||||
return "RegionsKeyword";
|
||||
};
|
||||
static QString region2region()
|
||||
{
|
||||
return "Region2RegionKeyword";
|
||||
};
|
||||
static QString wellGroup()
|
||||
{
|
||||
return "WellGroupKeyword";
|
||||
};
|
||||
static QString wells()
|
||||
{
|
||||
return "WellsKeyword";
|
||||
};
|
||||
static QString completions()
|
||||
{
|
||||
return "CompletionsKeyword";
|
||||
};
|
||||
static QString lgrWells()
|
||||
{
|
||||
return "LgrWellsKeyword";
|
||||
};
|
||||
static QString wellSegments()
|
||||
{
|
||||
return "WellSegmentsKeyword";
|
||||
};
|
||||
static QString appearance()
|
||||
{
|
||||
return "AppearanceKeyword";
|
||||
};
|
||||
static QString nameConfig()
|
||||
{
|
||||
return "NameConfigKeyword";
|
||||
};
|
||||
static QString sources() { return "SourcesKeyword"; };
|
||||
static QString summaryTypes() { return "SummaryTypesKeyword"; };
|
||||
static QString summaries() { return "SummariesKeyword"; };
|
||||
static QString regions() { return "RegionsKeyword"; };
|
||||
static QString region2region() { return "Region2RegionKeyword"; };
|
||||
static QString wellGroup() { return "WellGroupKeyword"; };
|
||||
static QString wells() { return "WellsKeyword"; };
|
||||
static QString completions() { return "CompletionsKeyword"; };
|
||||
static QString lgrWells() { return "LgrWellsKeyword"; };
|
||||
static QString wellSegments() { return "WellSegmentsKeyword"; };
|
||||
static QString appearance() { return "AppearanceKeyword"; };
|
||||
static QString nameConfig() { return "NameConfigKeyword"; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user