aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
parent389e0afa4cabf4c9ed980ef7021beca067a53498 (diff)
downloadgnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.tar.gz
gnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.zip
-remove trailing whitespace
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service.h2
-rw-r--r--src/include/gnunet_secretsharing_service.h2
-rw-r--r--src/include/gnunet_testbed_service.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 785197471..a5ebcb1ce 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -145,7 +145,7 @@ struct GNUNET_MESH_MessageHandler
145 * the other peer initiated. 145 * the other peer initiated.
146 * Only called (once) upon reception of data with a message type which was 146 * Only called (once) upon reception of data with a message type which was
147 * subscribed to in #GNUNET_MESH_connect. 147 * subscribed to in #GNUNET_MESH_connect.
148 * 148 *
149 * A call to #GNUNET_MESH_channel_destroy causes te channel to be ignored. In 149 * A call to #GNUNET_MESH_channel_destroy causes te channel to be ignored. In
150 * this case the handler MUST return NULL. 150 * this case the handler MUST return NULL.
151 * 151 *
diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h
index 4479f0d80..7eb372ef5 100644
--- a/src/include/gnunet_secretsharing_service.h
+++ b/src/include/gnunet_secretsharing_service.h
@@ -246,7 +246,7 @@ GNUNET_SECRETSHARING_share_read (void *data, size_t len);
246 * Convert a share to its binary representation. Use 246 * Convert a share to its binary representation. Use
247 * #GNUNET_SECRETSHARING_share_size to get the necessary size for the binary 247 * #GNUNET_SECRETSHARING_share_size to get the necessary size for the binary
248 * representation. 248 * representation.
249 * 249 *
250 * @param share share to write 250 * @param share share to write
251 * @param buf buffer to write to 251 * @param buf buffer to write to
252 * @param buflen number of writable bytes in @a buffer 252 * @param buflen number of writable bytes in @a buffer
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index b204804d1..60fcb64af 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1653,7 +1653,7 @@ GNUNET_TESTBED_underlaylinkmodel_add_peer (struct GNUNET_TESTBED_UnderlayLinkMod
1653/** 1653/**
1654 * Set the metrics for a link to the given peer in the underlay model. The link 1654 * Set the metrics for a link to the given peer in the underlay model. The link
1655 * SHOULD be permittable according to the given model. 1655 * SHOULD be permittable according to the given model.
1656 * 1656 *
1657 * @ingroup underlay 1657 * @ingroup underlay
1658 * @param model the model 1658 * @param model the model
1659 * @param peer the other end peer of the link 1659 * @param peer the other end peer of the link