whitespace

This commit is contained in:
Robin Müller 2021-01-07 20:30:52 +01:00
parent d3fbe4a3b9
commit d3405ee340
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ inline ReturnValue_t LocalPoolVariable<T>::commitWithoutLock() {
localPoolId);
return PoolVariableIF::INVALID_READ_WRITE_MODE;
}
PoolEntry<T>* poolEntry = nullptr;
ReturnValue_t result = hkManager->fetchPoolEntry(localPoolId, &poolEntry);
if(result != RETURN_OK) {