summaryrefslogtreecommitdiff
path: root/examples/amqp_listen.c
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
committerDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
commitc39509ffdf2f01fdac4ef95606c105e73af208cc (patch)
tree9fe3c16039562487ff7da4e5d8d5a14aa66ea918 /examples/amqp_listen.c
parenta8e182de64acafd27fd870692ff6cd6678726ead (diff)
downloadrabbitmq-c-github-ask-c39509ffdf2f01fdac4ef95606c105e73af208cc.tar.gz
Remove trailing whitespace
Diffstat (limited to 'examples/amqp_listen.c')
-rw-r--r--examples/amqp_listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c
index e6e4edd..c4e9a5a 100644
--- a/examples/amqp_listen.c
+++ b/examples/amqp_listen.c
@@ -152,7 +152,7 @@ int main(int argc, char const * const *argv) {
if (frame.frame_type != AMQP_FRAME_BODY) {
fprintf(stderr, "Expected body!");
abort();
- }
+ }
body_received += frame.payload.body_fragment.len;
assert(body_received <= body_target);