aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.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/core/core.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/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 53d1a1b6d..37580bb82 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -378,7 +378,7 @@ struct SendMessageRequest
378 378
379 379
380/** 380/**
381 * Core notifying client that it is allowed to now 381 * Core notifying client that it is allowed to now
382 * transmit a message to the given target 382 * transmit a message to the given target
383 * (response to GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST). 383 * (response to GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST).
384 */ 384 */
@@ -390,9 +390,9 @@ struct SendMessageReady
390 struct GNUNET_MessageHeader header; 390 struct GNUNET_MessageHeader header;
391 391
392 /** 392 /**
393 * How many bytes are allowed for transmission? 393 * How many bytes are allowed for transmission?
394 * Guaranteed to be at least as big as the requested size, 394 * Guaranteed to be at least as big as the requested size,
395 * or ZERO if the request is rejected (will timeout, 395 * or ZERO if the request is rejected (will timeout,
396 * peer disconnected, queue full, etc.). 396 * peer disconnected, queue full, etc.).
397 */ 397 */
398 uint16_t size GNUNET_PACKED; 398 uint16_t size GNUNET_PACKED;