mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4683 clang-format on all files in ApplicationCode
This commit is contained in:
@@ -27,10 +27,10 @@ class RicfCreateStatisticsCaseResult : public caf::PdmObject
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
RicfCreateStatisticsCaseResult(int caseId = -1);
|
||||
RicfCreateStatisticsCaseResult( int caseId = -1 );
|
||||
|
||||
public:
|
||||
caf::PdmField<int> caseId;
|
||||
caf::PdmField<int> caseId;
|
||||
};
|
||||
|
||||
//==================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user