aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet.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/cadet/gnunet-cadet.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/cadet/gnunet-cadet.c')
-rw-r--r--src/cadet/gnunet-cadet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index d85a3c6ba..f3ccd9883 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -265,6 +265,7 @@ shutdown_task (void *cls)
265 } 265 }
266} 266}
267 267
268
268void 269void
269mq_cb (void *cls) 270mq_cb (void *cls)
270{ 271{
@@ -676,7 +677,7 @@ run (void *cls,
676 if (target_id && args[1]) 677 if (target_id && args[1])
677 target_port = args[1]; 678 target_port = args[1];
678 679
679 if (((0 != (request_peers | request_tunnels))||(NULL != conn_id)|| 680 if (((0 != (request_peers | request_tunnels)) || (NULL != conn_id) ||
680 (NULL != channel_id) ) && 681 (NULL != channel_id) ) &&
681 (target_id != NULL) ) 682 (target_id != NULL) )
682 { 683 {
@@ -846,4 +847,5 @@ main (int argc, char *const *argv)
846 return 1; 847 return 1;
847} 848}
848 849
850
849/* end of gnunet-cadet.c */ 851/* end of gnunet-cadet.c */