From be9b935953c50b7a9e8ee73442717335155ccb03 Mon Sep 17 00:00:00 2001 From: bkrypt <4868093+bkrypt@users.noreply.github.com> Date: Sat, 30 Apr 2022 20:43:22 +0200 Subject: [PATCH] Fix indentation --- vendor/miniaudio/device_io_types.odin | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vendor/miniaudio/device_io_types.odin b/vendor/miniaudio/device_io_types.odin index b3ecb2301..5a2c4bc73 100644 --- a/vendor/miniaudio/device_io_types.odin +++ b/vendor/miniaudio/device_io_types.odin @@ -19,11 +19,11 @@ SUPPORT_CUSTOM :: true SUPPORT_NULL :: true // ODIN_OS != .Emscripten device_state :: enum c.int { - uninitialized = 0, - stopped = 1, /* The device's default state after initialization. */ - started = 2, /* The device is started and is requesting and/or delivering audio data. */ - starting = 3, /* Transitioning from a stopped state to started. */ - stopping = 4, /* Transitioning from a started state to stopped. */ + uninitialized = 0, + stopped = 1, /* The device's default state after initialization. */ + started = 2, /* The device is started and is requesting and/or delivering audio data. */ + starting = 3, /* Transitioning from a stopped state to started. */ + stopping = 4, /* Transitioning from a started state to stopped. */ } @@ -985,7 +985,7 @@ device :: struct { noPreSilencedOutputBuffer: b8, noClip: b8, noDisableDenormals: b8, - noFixedSizedCallback: b8, + noFixedSizedCallback: b8, masterVolumeFactor: f32, /*atomic*/ /* Linear 0..1. Can be read and written simultaneously by different threads. Must be used atomically. */ duplexRB: duplex_rb, /* Intermediary buffer for duplex device on asynchronous backends. */ resampling: struct {