tests: queue: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
85cc533247
commit
cff71db53b
3 changed files with 10 additions and 10 deletions
|
@ -46,7 +46,7 @@ static void tqueue_append(struct k_queue *pqueue)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**TESTPOINT: queue append list*/
|
/**TESTPOINT: queue append list*/
|
||||||
static qdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN-1];
|
static qdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN - 1];
|
||||||
|
|
||||||
head->snode.next = (sys_snode_t *)tail;
|
head->snode.next = (sys_snode_t *)tail;
|
||||||
tail->snode.next = NULL;
|
tail->snode.next = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue