#4683 clang-format on all files in ApplicationCode

This commit is contained in:
Magne Sjaastad
2019-09-06 10:40:57 +02:00
parent 3a317504bb
commit fe9e567825
2092 changed files with 117952 additions and 111846 deletions

View File

@@ -24,10 +24,10 @@
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RivSourceInfo::RivSourceInfo(caf::PdmObject* pdmObject, size_t gridIndex)
: RivObjectSourceInfo(pdmObject)
, m_gridIndex(gridIndex)
, m_cellSetType(ALL_CELLS)
RivSourceInfo::RivSourceInfo( caf::PdmObject* pdmObject, size_t gridIndex )
: RivObjectSourceInfo( pdmObject )
, m_gridIndex( gridIndex )
, m_cellSetType( ALL_CELLS )
{
}
@@ -66,7 +66,7 @@ RivCellSetEnum RivSourceInfo::cellSetType() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RivSourceInfo::setCellSetType(RivCellSetEnum cellSetEnum)
void RivSourceInfo::setCellSetType( RivCellSetEnum cellSetEnum )
{
m_cellSetType = cellSetEnum;
}