aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-30 12:49:11 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-30 12:49:11 +0200
commit170b9c1fd81b29721a0e4eb43b06b229a4f425ad (patch)
treef91431377da7c67078c328ffe9347a0e4170ffd8 /src/util/test_scheduler.c
parentb21cab7cb9da43009df76acdb779f7c89a003378 (diff)
downloadgnunet-170b9c1fd81b29721a0e4eb43b06b229a4f425ad.tar.gz
gnunet-170b9c1fd81b29721a0e4eb43b06b229a4f425ad.zip
stylefix
Diffstat (limited to 'src/util/test_scheduler.c')
-rw-r--r--src/util/test_scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_scheduler.c b/src/util/test_scheduler.c
index 02a70a560..471ca64e5 100644
--- a/src/util/test_scheduler.c
+++ b/src/util/test_scheduler.c
@@ -234,7 +234,7 @@ taskSig (void *cls)
234 * checks that "ok" is correct at the end. 234 * checks that "ok" is correct at the end.
235 */ 235 */
236static int 236static int
237checkSignal () 237checkSignal (void)
238{ 238{
239 int ok; 239 int ok;
240 240