gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -style fixes


From: gnunet
Subject: [gnunet] branch master updated: -style fixes
Date: Thu, 24 Jun 2021 13:20:03 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8b6d2aa95 -style fixes
8b6d2aa95 is described below

commit 8b6d2aa959343267f61bd92f21f7efd17e047826
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 24 13:17:10 2021 +0200

    -style fixes
---
 src/curl/curl.c                   | 1 -
 src/util/container_multipeermap.c | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/curl/curl.c b/src/curl/curl.c
index 949b9a1b0..b6aef4f61 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -759,7 +759,6 @@ GNUNET_CURL_download_get_result_ (struct 
GNUNET_CURL_DownloadBuffer *db,
               "Downloaded body: %.*s\n",
               (int) db->buf_size,
               (char *) db->buf);
-
   if ((CURLE_OK !=
        curl_easy_getinfo (eh,
                           CURLINFO_CONTENT_TYPE,
diff --git a/src/util/container_multipeermap.c 
b/src/util/container_multipeermap.c
index 94822881d..fa4d2210b 100644
--- a/src/util/container_multipeermap.c
+++ b/src/util/container_multipeermap.c
@@ -190,7 +190,8 @@ struct GNUNET_CONTAINER_MultiPeerMapIterator
  * @return NULL on error
  */
 struct GNUNET_CONTAINER_MultiPeerMap *
-GNUNET_CONTAINER_multipeermap_create (unsigned int len, int do_not_copy_keys)
+GNUNET_CONTAINER_multipeermap_create (unsigned int len,
+                                      int do_not_copy_keys)
 {
   struct GNUNET_CONTAINER_MultiPeerMap *map;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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