gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] branch master updated: fix indentation.


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: fix indentation.
Date: Thu, 18 Oct 2018 17:43:56 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 0775468  fix indentation.
0775468 is described below

commit 0775468aca5642a9e8ffec37fa8a08c239d1c721
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Oct 18 17:43:26 2018 +0200

    fix indentation.
    
    may be due to some naughty text editor
---
 src/twister/taler-twister-service.c | 38 ++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 0550cc2..d165422 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1378,39 +1378,39 @@ create_response (void *cls,
     }
     if (0 != hr->io_len)
       curl_easy_setopt (hr->curl,
-                       CURLOPT_POSTFIELDSIZE,
-                       hr->io_len);
+                                         CURLOPT_POSTFIELDSIZE,
+                             hr->io_len);
     curl_easy_setopt (hr->curl,
                       CURLOPT_HEADERFUNCTION,
                       &curl_check_hdr);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_HEADERDATA,
-                     hr);
+                                 CURLOPT_HEADERDATA,
+                                 hr);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_FOLLOWLOCATION,
-                     0);
+                                 CURLOPT_FOLLOWLOCATION,
+                                 0);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_CONNECTTIMEOUT,
-                     600L);
+                                 CURLOPT_CONNECTTIMEOUT,
+                                 600L);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_TIMEOUT,
-                     600L);
+                                 CURLOPT_TIMEOUT,
+                                 600L);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_NOSIGNAL,
-                     1L);
+                                 CURLOPT_NOSIGNAL,
+                                 1L);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_PRIVATE,
-                     hr);
+                                 CURLOPT_PRIVATE,
+                                 hr);
     curl_easy_setopt (hr->curl,
-                     CURLOPT_VERBOSE,
-                     0);
+                                 CURLOPT_VERBOSE,
+                                 0);
     {
       char *curlurl;
 
       GNUNET_asprintf (&curlurl,
-                      "%s%s",
-                      target_server_base_url,
-                      hr->url);
+                                  "%s%s",
+                                  target_server_base_url,
+                                  hr->url);
       curl_easy_setopt (hr->curl,
                        CURLOPT_URL,
                        curlurl);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]