pitch: remove trailing whitespaces from previous commit

This commit is contained in:
Mathieu Duponchelle 2018-06-18 23:42:04 +02:00
parent 68052a7bc3
commit 85406b9827

View file

@ -390,10 +390,10 @@ static GstFlowReturn
gst_pitch_flush_buffer (GstPitch * pitch, gboolean send)
{
GstBuffer *buffer;
if (pitch->priv->st->numUnprocessedSamples() != 0) {
GST_DEBUG_OBJECT (pitch, "flushing buffer");
pitch->priv->st->flush ();
pitch->priv->st->flush ();
}
if (!send)