line break added
This commit is contained in:
parent
56dc06e0ed
commit
48ff5dea08
@ -245,6 +245,7 @@ void LocalPool::write(store_address_t storeId, const uint8_t *data,
|
|||||||
std::memcpy(ptr, data, size);
|
std::memcpy(ptr, data, size);
|
||||||
sizeLists[storeId.poolIndex][storeId.packetIndex] = size;
|
sizeLists[storeId.poolIndex][storeId.packetIndex] = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalPool::size_type LocalPool::getPageSize(uint16_t poolIndex) {
|
LocalPool::size_type LocalPool::getPageSize(uint16_t poolIndex) {
|
||||||
if (poolIndex < NUMBER_OF_POOLS) {
|
if (poolIndex < NUMBER_OF_POOLS) {
|
||||||
return elementSizes[poolIndex];
|
return elementSizes[poolIndex];
|
||||||
|
Loading…
Reference in New Issue
Block a user