sdl12-compat: testtimer.c: Fixed tabs.

From 807814398fb5bcd861eb2891e83fcb8421cd0a24 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 26 Aug 2022 11:23:26 -0400
Subject: [PATCH] testtimer.c: Fixed tabs.

---
 test/testtimer.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/testtimer.c b/test/testtimer.c
index 9aaa8aaa..59113399 100644
--- a/test/testtimer.c
+++ b/test/testtimer.c
@@ -84,10 +84,10 @@ int main(int argc, char *argv[])
 
 	printf("Removing bogus timer...");
 	if (SDL_RemoveTimer(t1)) {
-        printf("UHOH, SHOULD HAVE FAILED\n");
-    } else {
-        printf("OK!\n");
-    }
+		printf("UHOH, SHOULD HAVE FAILED\n");
+	} else {
+		printf("OK!\n");
+	}
 
 	SDL_Quit();
 	return(0);