aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 14:48:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 14:48:36 +0000
commitb479dddcac56ec8352b8730470ed6cdaf4b929c5 (patch)
tree9cf9d1832a0d02c6b6734f384fcdca7959e77972 /src/testbed/testbed.h
parent389e0afa4cabf4c9ed980ef7021beca067a53498 (diff)
downloadgnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.tar.gz
gnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.zip
-remove trailing whitespace
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 107e1c5bb..6f6a3f31e 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -790,7 +790,7 @@ struct GNUNET_TESTBED_UnderlayLinkModelMsg
790 * The number of link properties contained in this message 790 * The number of link properties contained in this message
791 */ 791 */
792 uint32_t nprops GNUNET_PACKED; 792 uint32_t nprops GNUNET_PACKED;
793 793
794 /** 794 /**
795 * Array of ids of peers to be in the blacklist/whitelist. Each id is of type 795 * Array of ids of peers to be in the blacklist/whitelist. Each id is of type
796 * uint32_t. Number of ids should be equal to nentries. 796 * uint32_t. Number of ids should be equal to nentries.
@@ -801,7 +801,7 @@ struct GNUNET_TESTBED_UnderlayLinkModelMsg
801 * sequence of four integers of type uint32_t: peer_id, latency, loss and 801 * sequence of four integers of type uint32_t: peer_id, latency, loss and
802 * bandwidth. 802 * bandwidth.
803 */ 803 */
804 804
805}; 805};
806 806
807 807