diff --git a/usr/tests/test-malloc-mt.c b/usr/tests/test-malloc-mt.c index 9e35d2de0..49067124e 100644 --- a/usr/tests/test-malloc-mt.c +++ b/usr/tests/test-malloc-mt.c @@ -24,7 +24,7 @@ static void* perform_work( void* argument ) int passed_in_value; passed_in_value = *( ( int* )argument ); - printf( "Hello World! It's me, thread %d with argument %d!\n", getpid(), passed_in_value ); + printf("Hello World! It's me, thread %d with argument %d!\n", getpid(), passed_in_value ); /* optionally: insert more useful stuff here */ for(int i=0; i