fsrfsbitmap01/test.c: Remove tabs

This commit is contained in:
Joel Sherrill
2012-09-28 14:07:24 -05:00
parent 35c58a5662
commit 29b1bbfdb6

View File

@@ -453,7 +453,8 @@ void nullpointer_test(void){
int rc;
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 */
rc = rtems_rfs_bitmap_map_set(control, bit);
rtems_test_assert(rc>0);