diff --git a/src/test/struct/struct.c b/src/test/struct/struct.c index fec56a3..ca512fe 100644 --- a/src/test/struct/struct.c +++ b/src/test/struct/struct.c @@ -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);