sink-input: Replace a tab indentation with spaces.
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 6 Jan 2010 08:41:55 +0000 (10:41 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 6 Jan 2010 09:03:19 +0000 (11:03 +0200)
src/pulsecore/sink-input.c

index a490290..c75d417 100644 (file)
@@ -1769,7 +1769,7 @@ static void sink_input_rewind_ramp_info(pa_sink_input *i, size_t nbytes) {
     if (!i->thread_info.ramp_info.envelope_dead) {
         int32_t envelope_length;
 
-       pa_assert(i->thread_info.ramp_info.envelope);
+        pa_assert(i->thread_info.ramp_info.envelope);
 
         envelope_length = pa_envelope_length(i->thread_info.ramp_info.envelope);