tests: mem_pool: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
26c7ac1f4f
commit
16cfaac754
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ struct TEST_CASE {
|
||||||
struct k_mem_block *block; /* pointer to block data */
|
struct k_mem_block *block; /* pointer to block data */
|
||||||
struct k_mem_pool *pool_id; /* pool ID */
|
struct k_mem_pool *pool_id; /* pool ID */
|
||||||
int size; /* request size in bytes */
|
int size; /* request size in bytes */
|
||||||
s32_t timeout; /* # of ticks to wait */
|
s32_t timeout; /* # of ticks to wait */
|
||||||
int rcode; /* expected return code */
|
int rcode; /* expected return code */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue