From d9d0137b25574b39f69a34b1911f2080768d7b83 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Sun, 2 Mar 2025 21:40:29 +0100 Subject: [PATCH] Finally replaced the fucking two spaces with four, because I have no idea why those ever were two. --- private/spp_template/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/spp_template/main.cpp b/private/spp_template/main.cpp index e9ad257..d454a90 100644 --- a/private/spp_template/main.cpp +++ b/private/spp_template/main.cpp @@ -1,5 +1,5 @@ int main(int, char**) { - return 0; + return 0; }