tests: mem_pool: fix code style

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-16 21:33:39 -04:00 committed by Kumar Gala
commit 16cfaac754

View file

@ -41,7 +41,7 @@ struct TEST_CASE {
struct k_mem_block *block; /* pointer to block data */
struct k_mem_pool *pool_id; /* pool ID */
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 */
};