Finally replaced the fucking two spaces with four, because I have no idea why those ever were two.

This commit is contained in:
Patrick 2025-03-02 21:40:29 +01:00
parent 5a8719202f
commit d9d0137b25

View File

@ -1,5 +1,5 @@
int main(int, char**) int main(int, char**)
{ {
return 0; return 0;
} }