]> code.delx.au - pulseaudio/commitdiff
alsa: Trivial whitespace deletion
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 7 Aug 2013 13:00:44 +0000 (18:30 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 8 Aug 2013 06:25:13 +0000 (11:55 +0530)
src/modules/alsa/alsa-ucm.c

index 0fa26953346b29c68c420ef5c68b95d6582f280e..7f6b9f190dc3af0ab388931db7d158fad0b37f81 100644 (file)
@@ -135,7 +135,7 @@ static int ucm_get_property(pa_alsa_ucm_verb *verb, snd_use_case_mgr_t *uc_mgr,
         id = pa_sprintf_malloc("=%s//%s", item[i].id, verb_name);
         err = snd_use_case_get(uc_mgr, id, &value);
         pa_xfree(id);
-        if (err < 0 )
+        if (err < 0)
             continue;
 
         pa_log_debug("Got %s for verb %s: %s", item[i].id, verb_name, value);
@@ -338,7 +338,7 @@ static int ucm_get_modifier_property(pa_alsa_ucm_modifier *modifier, snd_use_cas
         id = pa_sprintf_malloc("=%s/%s", item[i].id, modifier_name);
         err = snd_use_case_get(uc_mgr, id, &value);
         pa_xfree(id);
-        if (err < 0 )
+        if (err < 0)
             continue;
 
         pa_log_debug("Got %s for modifier %s: %s", item[i].id, modifier_name, value);