From 7ecc3a03a0670a1620c603502c9958b95e6dc1d0 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Mon, 27 Sep 2021 11:02:56 +0200 Subject: -indentation of parameters Signed-off-by: TheJackiMonster --- src/messenger/messenger_api_contact.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/messenger/messenger_api_contact.h') diff --git a/src/messenger/messenger_api_contact.h b/src/messenger/messenger_api_contact.h index e94d1fcd0..b5410f998 100644 --- a/src/messenger/messenger_api_contact.h +++ b/src/messenger/messenger_api_contact.h @@ -71,7 +71,8 @@ get_contact_name (const struct GNUNET_MESSENGER_Contact *contact); * @param[in] name Name */ void -set_contact_name (struct GNUNET_MESSENGER_Contact *contact, const char *name); +set_contact_name (struct GNUNET_MESSENGER_Contact *contact, + const char *name); /** * Returns the public key of a given contact. @@ -108,7 +109,8 @@ decrease_contact_rc (struct GNUNET_MESSENGER_Contact *contact); * @param[out] hash Member context */ void -get_context_from_member (const struct GNUNET_HashCode *key, const struct GNUNET_ShortHashCode *id, +get_context_from_member (const struct GNUNET_HashCode *key, + const struct GNUNET_ShortHashCode *id, struct GNUNET_HashCode *context); #endif //GNUNET_MESSENGER_API_CONTACT_H -- cgit v1.2.3