Fixing indent

This commit is contained in:
Michael Tryby
2019-04-10 16:17:36 -04:00
parent 669bdde122
commit 6187bc112e
2 changed files with 31 additions and 32 deletions

View File

@@ -160,8 +160,7 @@ bool iterate_test_data(void *data)
{
test_data_t *test_data = *(test_data_t **)data;
printf("Found number: %i name: %s\n",
test_data->num, test_data->name);
printf("Found number: %i name: %s\n", test_data->num, test_data->name);
return true;
}