tests: pending: fix code style

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-16 22:05:59 -04:00 committed by Kumar Gala
commit 3521e2e5e7

View file

@ -60,13 +60,13 @@ static struct k_sem sync_test_sem;
static struct k_sem end_test_sem; static struct k_sem end_test_sem;
struct fifo_data fifo_test_data[4] = { struct fifo_data fifo_test_data[4] = {
{0, FIFO_TEST_END + 1}, {0, FIFO_TEST_END + 2}, { 0, FIFO_TEST_END + 1 }, { 0, FIFO_TEST_END + 2 },
{0, FIFO_TEST_END + 3}, {0, FIFO_TEST_END + 4} { 0, FIFO_TEST_END + 3 }, { 0, FIFO_TEST_END + 4 }
}; };
struct lifo_data lifo_test_data[4] = { struct lifo_data lifo_test_data[4] = {
{0, LIFO_TEST_END + 1}, {0, LIFO_TEST_END + 2}, { 0, LIFO_TEST_END + 1 }, { 0, LIFO_TEST_END + 2 },
{0, LIFO_TEST_END + 3}, {0, LIFO_TEST_END + 4} { 0, LIFO_TEST_END + 3 }, { 0, LIFO_TEST_END + 4 }
}; };
static u32_t timer_start_tick; static u32_t timer_start_tick;