formatting change

This commit is contained in:
Robin Müller 2021-03-01 12:32:54 +01:00
parent 2b6ccbc17f
commit 9f09c190bb
1 changed files with 1 additions and 2 deletions

View File

@ -397,8 +397,7 @@ protected:
template<class T> inline
ReturnValue_t LocalDataPoolManager::fetchPoolEntry(lp_id_t localPoolId,
PoolEntry<T> **poolEntry) {
ReturnValue_t LocalDataPoolManager::fetchPoolEntry(lp_id_t localPoolId, PoolEntry<T> **poolEntry) {
auto poolIter = localPoolMap.find(localPoolId);
if (poolIter == localPoolMap.end()) {
printWarningOrError(sif::OutputTypes::OUT_WARNING, "fetchPoolEntry",