Browse Source

audio: pipewire: Add vim format lines to files and fix indentation

Increase indentation spacing from 2 to 4 to comply with style standards.
Frank Praznik 4 years ago
parent
commit
7001b531c6
2 changed files with 407 additions and 408 deletions
  1. 400 403
      src/audio/pipewire/SDL_pipewire.c
  2. 7 5
      src/audio/pipewire/SDL_pipewire.h

File diff suppressed because it is too large
+ 400 - 403
src/audio/pipewire/SDL_pipewire.c


+ 7 - 5
src/audio/pipewire/SDL_pipewire.h

@@ -32,12 +32,14 @@
 
 
 struct SDL_PrivateAudioData
 struct SDL_PrivateAudioData
 {
 {
-  struct pw_thread_loop *loop;
-  struct pw_stream      *stream;
-  struct pw_context     *context;
-  struct SDL_DataQueue  *buffer;
+    struct pw_thread_loop *loop;
+    struct pw_stream      *stream;
+    struct pw_context     *context;
+    struct SDL_DataQueue  *buffer;
 
 
-  Sint32 stride; /* Bytes-per-frame */
+    Sint32 stride; /* Bytes-per-frame */
 };
 };
 
 
 #endif /* SDL_pipewire_h_ */
 #endif /* SDL_pipewire_h_ */
+
+/* vi: set ts=4 sw=4 expandtab: */

Some files were not shown because too many files changed in this diff