From: Christian Grothoff Date: Wed, 4 Oct 2017 12:04:39 +0000 (+0200) Subject: fix indentation X-Git-Tag: gnunet-0.11.0rc0~104^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f08b9200a6c4ccf1d675114ce0228ebcd7bfb6df;p=oweals%2Fgnunet.git fix indentation --- 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 */