summaryrefslogtreecommitdiff
path: root/ext/curl/gstcurltlssink.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebrn@axis.com>2014-04-16 01:50:03 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-26 10:20:11 +0200
commitbdd2676a67fa2fb3c6c48d332f6e398a877cb61e (patch)
treef19f9f6f82b314e62d89e5b25beb51eecf3ab188 /ext/curl/gstcurltlssink.c
parentdb68e036e92d4bf82a18b8f70288b307e4a16c9e (diff)
downloadgstreamer-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/gstcurltlssink.c')
-rw-r--r--ext/curl/gstcurltlssink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/curl/gstcurltlssink.c b/ext/curl/gstcurltlssink.c
index a979d1327..a603acf48 100644
--- a/ext/curl/gstcurltlssink.c
+++ b/ext/curl/gstcurltlssink.c
@@ -253,9 +253,9 @@ gst_curl_tls_sink_set_options_unlocked (GstCurlBaseSink * bcsink)
}
}
- /* note that, using ca-path can allow libcurl to make SSL-connections much more
- * efficiently than using ca-cert if the ca-cert ile
- * contains many CA certificates. */
+ /* note that, using ca-path can allow libcurl to make SSL-connections much
+ * more efficiently than using ca-cert if the ca-cert ile contains many CA
+ * certificates. */
if (sink->ca_cert != NULL && strlen (sink->ca_cert)) {
GST_DEBUG ("setting ca cert");
curl_easy_setopt (bcsink->curl, CURLOPT_CAINFO, sink->ca_cert);