Fixing indent
This commit is contained in:
@@ -160,8 +160,7 @@ bool iterate_test_data(void *data)
|
|||||||
{
|
{
|
||||||
test_data_t *test_data = *(test_data_t **)data;
|
test_data_t *test_data = *(test_data_t **)data;
|
||||||
|
|
||||||
printf("Found number: %i name: %s\n",
|
printf("Found number: %i name: %s\n", test_data->num, test_data->name);
|
||||||
test_data->num, test_data->name);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user