summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-06 19:23:09 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-11-06 19:29:49 +0000
commit734d5a79c58ab9038789d7b7309f27339494a986 (patch)
treeeabd462cd39fd17462928a0f67852859a5c9e0a2 /ext/curl
parent4c482befbd339b626d598e20bf52c1f536564c36 (diff)
downloadgstreamer-plugins-bad-734d5a79c58ab9038789d7b7309f27339494a986.tar.gz
Fix code indentation
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/gstcurlftpsink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/curl/gstcurlftpsink.c b/ext/curl/gstcurlftpsink.c
index 995fe3830..fde69b801 100644
--- a/ext/curl/gstcurlftpsink.c
+++ b/ext/curl/gstcurlftpsink.c
@@ -230,7 +230,8 @@ set_ftp_dynamic_options_unlocked (GstCurlBaseSink * basesink)
return FALSE;
}
- res = curl_easy_setopt (basesink->curl, CURLOPT_POSTQUOTE, sink->headerlist);
+ res =
+ curl_easy_setopt (basesink->curl, CURLOPT_POSTQUOTE, sink->headerlist);
if (res != CURLE_OK) {
basesink->error = g_strdup_printf ("failed to set post quote: %s",
curl_easy_strerror (res));