- Cleaned up test case whitespace

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-14 12:43:21 +02:00
parent 6b3fccfc15
commit 2c91213249
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ int function(int* ptr)
{
*ptr = 2+2;
return (*ptr)+1*2;
}
int thing()