PinkySmile

Results 1 issues of PinkySmile

In some cases, a trailing space error is triggered when it shouldn't. When declaring a variable or a function: ``` void my_function(int argument) { int variable = 0; printf("%d\n", variable);...

bug