mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 04:19:16 +02:00
Reformat code
This commit is contained in:
parent
1fcb8b4fc2
commit
5cc37f98f4
8 changed files with 293 additions and 315 deletions
|
@ -48,8 +48,8 @@ struct ClientSettings
|
|||
PcmDevice pcm_device;
|
||||
SampleFormat sample_format;
|
||||
#ifdef HAS_WASAPI
|
||||
WasapiMode wasapi_mode{ WasapiMode::SHARED };
|
||||
#endif
|
||||
WasapiMode wasapi_mode{WasapiMode::SHARED};
|
||||
#endif
|
||||
};
|
||||
|
||||
struct LoggingSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue