summaryrefslogtreecommitdiffstats
path: root/snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'snd.c')
-rw-r--r--snd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/snd.c b/snd.c
index ee68aad..bdf2ac8 100644
--- a/snd.c
+++ b/snd.c
@@ -26,7 +26,7 @@
unsigned char srs2ipc_call_type(int type)
{
- switch(type) {
+ switch (type) {
case SRS_SND_TYPE_VOICE:
return IPC_SND_VOLUME_TYPE_VOICE;
case SRS_SND_TYPE_SPEAKER:
@@ -43,7 +43,7 @@ unsigned char srs2ipc_call_type(int type)
unsigned char srs2ipc_audio_path(int path)
{
- switch(path) {
+ switch (path) {
case SRS_SND_PATH_HANDSET:
return IPC_SND_AUDIO_PATH_HANDSET;
case SRS_SND_PATH_HEADSET: