summaryrefslogtreecommitdiffhomepage
path: root/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-20 12:41:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-20 12:41:57 +0100
commitdd1bc60a0f16265332be8b0eece27ef86f034078 (patch)
treead0972c57417b5f26c489136bc7b4a9daf9c7a58 /src/libSoundSystem/SoundSystemKit/VirtualMixer.h
parenteced0b64537b0f2da4fedeb597c8d194eb8acc76 (diff)
[FEAT] Made the kernel sources tighter.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSoundSystem/SoundSystemKit/VirtualMixer.h')
-rw-r--r--src/libSoundSystem/SoundSystemKit/VirtualMixer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
index 4a46eb73..c0883ae9 100644
--- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
+++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h
@@ -11,9 +11,9 @@
namespace SoundSystem {
- struct VirtualMixer;
- struct VirtualSource;
- struct VirtualVolume;
+struct VirtualMixer;
+struct VirtualSource;
+struct VirtualVolume;
} // namespace SoundSystem