summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/gns/gnunet-service-gns.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/gns/gnunet-service-gns.h')
-rw-r--r--src/gns/gnunet-service-gns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns.h b/src/gns/gnunet-service-gns.h
index 2c17ca72a..2a432f8aa 100644
--- a/src/gns/gnunet-service-gns.h
+++ b/src/gns/gnunet-service-gns.h
@@ -35,8 +35,8 @@
35 * @return #GNUNET_YES if @a tld was found #GNUNET_NO if not 35 * @return #GNUNET_YES if @a tld was found #GNUNET_NO if not
36 */ 36 */
37int 37int
38GNS_find_tld(const char *tld_str, 38GNS_find_tld (const char *tld_str,
39 struct GNUNET_CRYPTO_EcdsaPublicKey *pkey); 39 struct GNUNET_CRYPTO_EcdsaPublicKey *pkey);
40 40
41 41
42/** 42/**
@@ -47,7 +47,7 @@ GNS_find_tld(const char *tld_str,
47 * or @a name if @a name does not contain a "." 47 * or @a name if @a name does not contain a "."
48 */ 48 */
49const char * 49const char *
50GNS_get_tld(const char *name); 50GNS_get_tld (const char *name);
51 51
52 52
53#endif 53#endif