Commit e28e399338b91c4a4f0743d2fd5530d73b8841ff

Ozkan Sezer 2021-10-31T08:00:20

testsurround.c: add missing newline at end of file.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/test/testsurround.c b/test/testsurround.c
index b1364e1..9cc4475 100644
--- a/test/testsurround.c
+++ b/test/testsurround.c
@@ -160,7 +160,7 @@ main(int argc, char *argv[])
         int j;
         SDL_AudioSpec spec;
         SDL_AudioDeviceID dev;
-        
+
         if (SDL_GetAudioDeviceSpec(i, 0, &spec) != 0) {
             SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_GetAudioSpec() failed: %s\n", SDL_GetError());
             continue;
@@ -199,4 +199,5 @@ main(int argc, char *argv[])
 
     SDL_Quit();
     return 0;
-}
\ No newline at end of file
+}
+