From 85406b982727188baa6506ef9a6608f34eb15678 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 18 Jun 2018 23:42:04 +0200 Subject: [PATCH] pitch: remove trailing whitespaces from previous commit --- ext/soundtouch/gstpitch.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc index 281ae2b966..3125be0198 100644 --- a/ext/soundtouch/gstpitch.cc +++ b/ext/soundtouch/gstpitch.cc @@ -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)