mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6106 Apply clang-format on AppFwk
This commit is contained in:
@@ -39,21 +39,20 @@
|
||||
|
||||
namespace caf
|
||||
{
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::SelectionChangedReceiver::SelectionChangedReceiver()
|
||||
{
|
||||
SelectionManager::instance()->registerSelectionChangedReceiver(this);
|
||||
SelectionManager::instance()->registerSelectionChangedReceiver( this );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::SelectionChangedReceiver::~SelectionChangedReceiver()
|
||||
{
|
||||
SelectionManager::instance()->unregisterSelectionChangedReceiver(this);
|
||||
SelectionManager::instance()->unregisterSelectionChangedReceiver( this );
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace caf
|
||||
Reference in New Issue
Block a user