From 6fd3e715cae09fa6e657c96f1c6f9711ee51f42f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Aug 2011 21:51:21 +0000 Subject: indentation --- src/transport/gnunet-service-transport_hello.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'src/transport/gnunet-service-transport_hello.h') diff --git a/src/transport/gnunet-service-transport_hello.h b/src/transport/gnunet-service-transport_hello.h index 8aac2838a..ff817814b 100644 --- a/src/transport/gnunet-service-transport_hello.h +++ b/src/transport/gnunet-service-transport_hello.h @@ -80,11 +80,9 @@ const struct GNUNET_MessageHeader *GST_hello_get (void); * @param plugin_address address in a plugin-specific format * @param plugin_address_len number of bytes in plugin_address */ -void -GST_hello_modify_addresses (int addremove, - const char *plugin_name, - const void *plugin_address, - size_t plugin_address_len); +void GST_hello_modify_addresses (int addremove, const char *plugin_name, + const void *plugin_address, + size_t plugin_address_len); /** @@ -99,12 +97,10 @@ GST_hello_modify_addresses (int addremove, * @return GNUNET_YES if this is one of our addresses, * GNUNET_NO if not */ -int -GST_hello_test_address (const char *plugin_name, - const void *plugin_address, - size_t plugin_address_len, - struct GNUNET_CRYPTO_RsaSignature **sig, - struct GNUNET_TIME_Absolute **sig_expiration); +int GST_hello_test_address (const char *plugin_name, const void *plugin_address, + size_t plugin_address_len, + struct GNUNET_CRYPTO_RsaSignature **sig, + struct GNUNET_TIME_Absolute **sig_expiration); #endif -- cgit v1.2.3