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

Increase indentation spacing from 2 to 4 to comply with style standards.
This commit is contained in:
Frank Praznik 2021-02-27 12:53:08 -05:00 committed by Sam Lantinga
parent 2fcba50ec9
commit 7001b531c6
2 changed files with 732 additions and 731 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,12 +32,14 @@
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_ */
/* vi: set ts=4 sw=4 expandtab: */