aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-11 22:27:24 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-11 22:27:24 +0000
commit9a112a7aa7c1703a9489da7306293ee1b9df7331 (patch)
tree6166560db3399529947b7df6d92f9f06a1093546 /src/util
parente4bc658b3cc03ffd3f3e84d4a7aaca231701f587 (diff)
downloadgnunet-9a112a7aa7c1703a9489da7306293ee1b9df7331.tar.gz
gnunet-9a112a7aa7c1703a9489da7306293ee1b9df7331.zip
-indentation, doxygen, style
Diffstat (limited to 'src/util')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 0d769b150..7cea0ca9c 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -307,7 +307,7 @@ impl_send_continue (void *cls,
307 struct GNUNET_MQ_Handle *mq = cls; 307 struct GNUNET_MQ_Handle *mq = cls;
308 struct GNUNET_MQ_Envelope *current_envelope; 308 struct GNUNET_MQ_Envelope *current_envelope;
309 309
310 if ((tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN) != 0) 310 if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
311 return; 311 return;
312 312
313 mq->continue_task = GNUNET_SCHEDULER_NO_TASK; 313 mq->continue_task = GNUNET_SCHEDULER_NO_TASK;