From fd3fa7a55e9368f8cb0a3a707d988719b8394bfd Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 29 Aug 2018 12:56:56 +0200
Subject: [PATCH] gst-vocoder.sh: remove trailing spaces

---
 shell/gst-vocoder.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/shell/gst-vocoder.sh b/shell/gst-vocoder.sh
index 240c01c..beeb725 100755
--- a/shell/gst-vocoder.sh
+++ b/shell/gst-vocoder.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
- 
+
 FORMANT="autoaudiosrc"
- 
+
 # In order to have a MIDI carrier use the alsa loopback device and Timidity++ like this:
 #
 #   $ sudo modprobe snd-aloop
@@ -15,13 +15,13 @@ FORMANT="autoaudiosrc"
 #
 # and have a lot of fun vocoding the crap out of your formant channel
 CARRIER_TONE="alsasrc device=hw:Loopback,1,0 ! audioconvert"
- 
+
 # Add some white noise to the carrier
 CARRIER_PARAMS="$CARRIER_TONE ! carrier. audiotestsrc wave=5 volume=0.1 ! carrier."
 CARRIER="adder name=carrier"
- 
+
 SINK="autoaudiosink"
- 
+
 gst-launch-1.0 -v interleave name=i ! \
   capssetter caps="audio/x-raw,channels=2,channel-mask=(bitmask)0x3" ! audioconvert ! audioresample ! \
   ladspa-vocoder-1337-so-vocoder-lmms \
-- 
2.1.4