aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/include/gnunet_transport_plugin.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index c42c360d9..f835bdcd8 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -247,7 +247,7 @@ struct GNUNET_TRANSPORT_PluginEnvironment
247 * Function that should be called by the transport plugin 247 * Function that should be called by the transport plugin
248 * whenever a message is received. If this field is "NULL", 248 * whenever a message is received. If this field is "NULL",
249 * the plugin should load in 'stub' mode and NOT fully 249 * the plugin should load in 'stub' mode and NOT fully
250 * initialize and instead only return an API with the 250 * initialize and instead only return an API with the
251 * 'address_pretty_printer', 'address_to_string' and 251 * 'address_pretty_printer', 'address_to_string' and
252 * 'string_to_address' functions. 252 * 'string_to_address' functions.
253 */ 253 */