line break added

This commit is contained in:
Robin Müller 2020-10-15 01:57:30 +02:00
parent 56dc06e0ed
commit 48ff5dea08
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ void LocalPool::write(store_address_t storeId, const uint8_t *data,
std::memcpy(ptr, data, size);
sizeLists[storeId.poolIndex][storeId.packetIndex] = size;
}
LocalPool::size_type LocalPool::getPageSize(uint16_t poolIndex) {
if (poolIndex < NUMBER_OF_POOLS) {
return elementSizes[poolIndex];