template.c: reformat
This commit is contained in:
parent
91dddefc7b
commit
162e6b880c
@ -229,7 +229,7 @@ main(void)
|
||||
const size_t MAX = (PRODUCT + (BLOCK_SIZE - 1)) / BLOCK_SIZE;
|
||||
#endif
|
||||
|
||||
// * allocate heap for sample data
|
||||
// * allocate heap for sample data
|
||||
#if SEQUENTIAL_MODE
|
||||
size_t calc_block_size = BLOCK_SIZE;
|
||||
ALLOCATE_MEMORY(calc_block_size)
|
||||
|
Loading…
Reference in New Issue
Block a user