aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-rps.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/rps/gnunet-rps.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/rps/gnunet-rps.c')
-rw-r--r--src/rps/gnunet-rps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rps/gnunet-rps.c b/src/rps/gnunet-rps.c
index 6c1c96cc9..33c03f006 100644
--- a/src/rps/gnunet-rps.c
+++ b/src/rps/gnunet-rps.c
@@ -106,6 +106,7 @@ reply_handle (void *cls,
106 GNUNET_SCHEDULER_shutdown (); 106 GNUNET_SCHEDULER_shutdown ();
107} 107}
108 108
109
109/** 110/**
110 * Callback called on receipt view update. 111 * Callback called on receipt view update.
111 * Prints view. 112 * Prints view.
@@ -249,6 +250,7 @@ run (void *cls,
249 } 250 }
250} 251}
251 252
253
252/** 254/**
253 * The main function to rps. 255 * The main function to rps.
254 * 256 *
@@ -288,4 +290,5 @@ main (int argc, char *const *argv)
288 options, &run, NULL)) ? ret : 1; 290 options, &run, NULL)) ? ret : 1;
289} 291}
290 292
293
291/* end of gnunet-rps.c */ 294/* end of gnunet-rps.c */