#6106 Apply clang-format on AppFwk

This commit is contained in:
Magne Sjaastad
2020-06-19 07:53:59 +02:00
parent e2ef6a910b
commit bdc536dfc4
407 changed files with 88976 additions and 42309 deletions

View File

@@ -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