forked from Imagelibrary/rtems
fsrfsbitmap01/test.c: Remove tabs
This commit is contained in:
@@ -453,7 +453,8 @@ void nullpointer_test(void){
|
|||||||
int rc;
|
int rc;
|
||||||
bool result;
|
bool result;
|
||||||
|
|
||||||
printf("\n Testing bitmap_map functions with NULL bitmap control " "pointer\n");
|
printf("\n Testing bitmap_map functions with NULL bitmap control "
|
||||||
|
"pointer\n");
|
||||||
/* Invoke all functions with NULL control */
|
/* Invoke all functions with NULL control */
|
||||||
rc = rtems_rfs_bitmap_map_set(control, bit);
|
rc = rtems_rfs_bitmap_map_set(control, bit);
|
||||||
rtems_test_assert(rc>0);
|
rtems_test_assert(rc>0);
|
||||||
|
|||||||
Reference in New Issue
Block a user