changeset 29119:52afd0fe451b

Split oversized of "argument" onto a separate line.
author reimar
date Thu, 09 Apr 2009 20:10:35 +0000
parents 17c6a6c192a7
children aa06c29db609
files libao2/ao_pulse.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_pulse.c	Thu Apr 09 20:07:26 2009 +0000
+++ b/libao2/ao_pulse.c	Thu Apr 09 20:10:35 2009 +0000
@@ -393,7 +393,8 @@
             }
 
             pa_threaded_mainloop_lock(mainloop);
-            if (!(o = pa_context_set_sink_input_volume(context, pa_stream_get_index(stream), &volume, NULL, NULL))) {
+            o = pa_context_set_sink_input_volume(context, pa_stream_get_index(stream), &volume, NULL, NULL);
+            if (!o) {
                 pa_threaded_mainloop_unlock(mainloop);
                 GENERIC_ERR_MSG(context, "pa_context_set_sink_input_volume() failed");
                 return CONTROL_ERROR;