aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/gns/gnunet-gns.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 510e46d14..c3ba0a1f8 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -110,6 +110,7 @@ do_shutdown (void *cls)
110 } 110 }
111} 111}
112 112
113
113/** 114/**
114 * Task to run on timeout 115 * Task to run on timeout
115 * 116 *
@@ -123,6 +124,7 @@ do_timeout (void*cls)
123 GNUNET_SCHEDULER_shutdown (); 124 GNUNET_SCHEDULER_shutdown ();
124} 125}
125 126
127
126/** 128/**
127 * Function called with the result of a GNS lookup. 129 * Function called with the result of a GNS lookup.
128 * 130 *
@@ -319,4 +321,5 @@ main (int argc, char *const *argv)
319 return global_ret; 321 return global_ret;
320} 322}
321 323
324
322/* end of gnunet-gns.c */ 325/* end of gnunet-gns.c */