remove whitespace

This commit is contained in:
2020-03-09 14:12:19 +01:00
parent 4a9e5c30e1
commit 14f80b46cc

View File

@@ -85,7 +85,7 @@ int testStructCreation() {
free(result);
printf("\n Recursive struct creation tests\n");
printf("\nRecursive struct creation tests\n");
struct testStructRec* innerStruct = getTestStructRec(20, NULL);
struct testStructRec* resultRec = getTestStructRec(10, innerStruct);