]> code.delx.au - pulseaudio/commitdiff
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 a4902909d2351430a2dd3a85f8697fe6ef377034..c75d4176dd741df0551434b09eac4515f04c610c 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);