tests: bitfield: fix code style

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

View file

@ -16,7 +16,7 @@
void main(void)
{
u32_t b1 = 0;
unsigned char b2[BITFIELD_SIZE >> 3] = {0};
unsigned char b2[BITFIELD_SIZE >> 3] = { 0 };
int failed = 0;
int test_rv;
unsigned int bit;