[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix indentation
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix indentation |
Date: |
Wed, 04 Oct 2017 14:03:31 +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 f08b9200a fix indentation
f08b9200a is described below
commit f08b9200a6c4ccf1d675114ce0228ebcd7bfb6df
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 4 14:04:39 2017 +0200
fix indentation
---
src/include/gnunet_set_service.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index dfe9b8954..a2999aebc 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -558,7 +558,8 @@ GNUNET_SET_element_dup (const struct GNUNET_SET_Element
*element);
* should be stored
*/
void
-GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element, struct
GNUNET_HashCode *ret_hash);
+GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element,
+ struct GNUNET_HashCode *ret_hash);
#if 0 /* keep Emacsens' auto-indent happy */
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: fix indentation,
gnunet <=