tests: bitfield: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
adc4889afe
commit
99b39a6ff3
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
void main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
u32_t b1 = 0;
|
u32_t b1 = 0;
|
||||||
unsigned char b2[BITFIELD_SIZE >> 3] = {0};
|
unsigned char b2[BITFIELD_SIZE >> 3] = { 0 };
|
||||||
int failed = 0;
|
int failed = 0;
|
||||||
int test_rv;
|
int test_rv;
|
||||||
unsigned int bit;
|
unsigned int bit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue