Commit 7423ae1ac7327afb3acd27a988662f996f1880c1

Ivan Epifanov 2021-01-20T23:33:16

Formatting

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/thread/vita/SDL_syssem.c b/src/thread/vita/SDL_syssem.c
index 073ba09..466c5b1 100644
--- a/src/thread/vita/SDL_syssem.c
+++ b/src/thread/vita/SDL_syssem.c
@@ -127,7 +127,7 @@ int SDL_SemWait(SDL_sem *sem)
 Uint32 SDL_SemValue(SDL_sem *sem)
 {
     SceKernelSemaInfo info;
-	info.size = sizeof(info);
+    info.size = sizeof(info);
 
     if (sem == NULL) {
         SDL_SetError("Passed a NULL sem");