Browse Source

Formatting

Ivan Epifanov 4 years ago
parent
commit
7423ae1ac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/thread/vita/SDL_syssem.c

+ 1 - 1
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");