diff options
author | Sebastian Rasmussen <sebrn@axis.com> | 2014-04-16 01:50:03 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-26 10:20:11 +0200 |
commit | bdd2676a67fa2fb3c6c48d332f6e398a877cb61e (patch) | |
tree | f19f9f6f82b314e62d89e5b25beb51eecf3ab188 /ext/curl/gstcurlftpsink.c | |
parent | db68e036e92d4bf82a18b8f70288b307e4a16c9e (diff) | |
download | gstreamer-plugins-bad-bdd2676a67fa2fb3c6c48d332f6e398a877cb61e.tar.gz |
curl*sink: fix some gst-indent problems
https://bugzilla.gnome.org/show_bug.cgi?id=728960
Diffstat (limited to 'ext/curl/gstcurlftpsink.c')
-rw-r--r-- | ext/curl/gstcurlftpsink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/curl/gstcurlftpsink.c b/ext/curl/gstcurlftpsink.c index 493bc6c99..bb1e9cb51 100644 --- a/ext/curl/gstcurlftpsink.c +++ b/ext/curl/gstcurlftpsink.c @@ -26,7 +26,8 @@ * an FTP server. * * <refsect2> - * <title>Example launch line (upload a JPEG file to /home/test/images directory)</title> + * <title>Example launch line (upload a JPEG file to /home/test/images + * directory)</title> * |[ * gst-launch filesrc location=image.jpg ! jpegparse ! curlftpsink \ * file-name=image.jpg \ |