Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        alsa_mixer.c 


Log Message:
Fix formatting.

===================================================================
RCS file: /cvs/e/e_modules/mixer/alsa_mixer.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- alsa_mixer.c        22 Dec 2007 16:10:19 -0000      1.36
+++ alsa_mixer.c        22 Dec 2007 16:13:14 -0000      1.37
@@ -469,10 +469,11 @@
        id = _alsa_get_mixer_id(name);
        if (id == channel_id)
          {
-            if (snd_mixer_selem_has_playback_switch(elem)) { 
-              snd_mixer_selem_set_playback_switch(elem, id, (mute == 1 ? 0: 
1));
-              muted = mute;
-            }
+            if (snd_mixer_selem_has_playback_switch(elem)) 
+              { 
+                 snd_mixer_selem_set_playback_switch(elem, id, (mute == 1 ? 0: 
1));
+                 muted = mute;
+              }
             else 
               {
                   /*Create hash to store combos.  Could possibly be changed to 
a single int,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to