tests: mslab_threadsafe: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a9da45a200
commit
26c7ac1f4f
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
#define BLK_SIZE2 4
|
||||
|
||||
K_MEM_SLAB_DEFINE(mslab1, BLK_SIZE1, BLK_NUM, BLK_ALIGN);
|
||||
static struct k_mem_slab mslab2, *slabs[SLAB_NUM] = {&mslab1, &mslab2};
|
||||
static struct k_mem_slab mslab2, *slabs[SLAB_NUM] = { &mslab1, &mslab2 };
|
||||
static K_THREAD_STACK_ARRAY_DEFINE(tstack, THREAD_NUM, STACK_SIZE);
|
||||
static struct k_thread tdata[THREAD_NUM];
|
||||
static char __aligned(BLK_ALIGN) tslab[BLK_SIZE2 * BLK_NUM];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue