aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_connection_lib.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index f7a6e5078..7ee3c109d 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -232,7 +232,7 @@ GNUNET_CONNECTION_get_address (struct GNUNET_CONNECTION_Handle *sock,
232/** 232/**
233 * Close the socket and free associated resources. Pending 233 * Close the socket and free associated resources. Pending
234 * transmissions may be completed or dropped depending on the 234 * transmissions may be completed or dropped depending on the
235 * arguments. If a receive call is pending and should 235 * arguments. If a receive call is pending and should
236 * NOT be completed, 'GNUNET_CONNECTION_receive_cancel' 236 * NOT be completed, 'GNUNET_CONNECTION_receive_cancel'
237 * should be called explicitly first. 237 * should be called explicitly first.
238 * 238 *