gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: indentation fix


From: gnunet
Subject: [gnunet] branch master updated: indentation fix
Date: Thu, 18 Jun 2020 10:17:24 +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 79fa97731 indentation fix
79fa97731 is described below

commit 79fa977314009e631112918cce3eb0f0d5f296d7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 18 10:11:25 2020 +0200

    indentation fix
---
 src/include/gnunet_crypto_lib.h  |  3 ++-
 src/include/gnunet_json_lib.h    | 18 +++++++++++++-----
 src/include/gnunet_strings_lib.h |  3 ++-
 3 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index d11c6b58c..320701643 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -2172,7 +2172,8 @@ GNUNET_CRYPTO_rsa_signature_cmp (const struct 
GNUNET_CRYPTO_RsaSignature *s1,
  */
 int
 GNUNET_CRYPTO_rsa_private_key_cmp (const struct GNUNET_CRYPTO_RsaPrivateKey 
*p1,
-                                   const struct GNUNET_CRYPTO_RsaPrivateKey 
*p2);
+                                   const struct
+                                   GNUNET_CRYPTO_RsaPrivateKey *p2);
 
 
 /**
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 27996f18d..95d136239 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -173,7 +173,9 @@ GNUNET_JSON_spec_mark_optional (struct 
GNUNET_JSON_Specification spec);
  * @param size number of bytes expected in @a obj
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_fixed (const char *name, void *obj, size_t size);
+GNUNET_JSON_spec_fixed (const char *name,
+                        void *obj,
+                        size_t size);
 
 
 /**
@@ -196,7 +198,9 @@ GNUNET_JSON_spec_fixed (const char *name, void *obj, size_t 
size);
  * @param[out] size where to store the number of bytes allocated for @a obj
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_varsize (const char *name, void **obj, size_t *size);
+GNUNET_JSON_spec_varsize (const char *name,
+                          void **obj,
+                          size_t *size);
 
 
 /**
@@ -206,7 +210,9 @@ GNUNET_JSON_spec_varsize (const char *name, void **obj, 
size_t *size);
  * @param strptr where to store a pointer to the field
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_string (const char *name, const char **strptr);
+GNUNET_JSON_spec_string (const char *name,
+                         const char **strptr);
+
 
 /**
  * JSON object.
@@ -215,7 +221,8 @@ GNUNET_JSON_spec_string (const char *name, const char 
**strptr);
  * @param[out] jsonp where to store the JSON found under @a name
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_json (const char *name, json_t **jsonp);
+GNUNET_JSON_spec_json (const char *name,
+                       json_t **jsonp);
 
 
 /**
@@ -291,7 +298,8 @@ GNUNET_JSON_spec_int64 (const char *name,
  * @param[out] boolean where to store the boolean found under @a name
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_boolean (const char *name, int *boolean);
+GNUNET_JSON_spec_boolean (const char *name,
+                          int *boolean);
 
 
 /* ************ GNUnet-specific parser specifications ******************* */
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 4003590fc..663b44194 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -120,7 +120,8 @@ GNUNET_STRINGS_byte_size_fancy (unsigned long long size);
  *  string is returned.
  */
 char *
-GNUNET_STRINGS_conv (const char *input, size_t len,
+GNUNET_STRINGS_conv (const char *input,
+                     size_t len,
                      const char *input_charset,
                      const char *output_charset);
 

-- 
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]