aboutsummaryrefslogtreecommitdiff
path: root/src/pt
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/pt
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/gnunet-daemon-pt.c4
-rw-r--r--src/pt/test_gns_vpn.c3
-rw-r--r--src/pt/test_gnunet_vpn.c1
3 files changed, 3 insertions, 5 deletions
diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c
index 675c71732..0d1a34441 100644
--- a/src/pt/gnunet-daemon-pt.c
+++ b/src/pt/gnunet-daemon-pt.c
@@ -179,7 +179,6 @@ struct CadetExit
179}; 179};
180 180
181 181
182
183/** 182/**
184 * State we keep for a request that is going out via CADET. 183 * State we keep for a request that is going out via CADET.
185 */ 184 */
@@ -738,8 +737,7 @@ timeout_request (void *cls)
738 avoid a prohibitively negative score (see 737 avoid a prohibitively negative score (see
739 #get_channel_weight(), which checks for a certain 738 #get_channel_weight(), which checks for a certain
740 minimum number of transmissions before making 739 minimum number of transmissions before making
741 up an opinion) */ 740 up an opinion) */exit->num_transmitted = 5;
742 exit->num_transmitted = 5;
743 exit->num_answered = 0; 741 exit->num_answered = 0;
744 dns_exit_available--; 742 dns_exit_available--;
745 /* now try to open an alternative exit */ 743 /* now try to open an alternative exit */
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index a51320eae..96f0dc025 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -429,7 +429,6 @@ mhd_main ()
429} 429}
430 430
431 431
432
433/** 432/**
434 * Open '/dev/null' and make the result the given 433 * Open '/dev/null' and make the result the given
435 * file descriptor. 434 * file descriptor.
@@ -520,7 +519,6 @@ fork_and_exec (const char *file,
520} 519}
521 520
522 521
523
524/** 522/**
525 * Method called to inform about the egos of this peer. 523 * Method called to inform about the egos of this peer.
526 * 524 *
@@ -863,4 +861,5 @@ main (int argc,
863 return global_ret; 861 return global_ret;
864} 862}
865 863
864
866/* end of test_gns_vpn.c */ 865/* end of test_gns_vpn.c */
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index dcf3c5d93..42fd52c38 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -514,4 +514,5 @@ main (int argc, char *const *argv)
514 return global_ret; 514 return global_ret;
515} 515}
516 516
517
517/* end of test_gnunet_vpn.c */ 518/* end of test_gnunet_vpn.c */