Skip to content

Commit

Permalink
Fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken committed Jul 25, 2024
1 parent 8c5412d commit 143cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/amqp_confirm_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void wait_for_acks(amqp_connection_state_t conn) {

fprintf(stderr, "Got an ACK!\n");
fprintf(stderr, "Here's the ACK:\n");
fprintf(stderr, "\tdelivery_tag: «%"PRIu64"»\n", ack.delivery_tag);
fprintf(stderr, "\tdelivery_tag: «%" PRIu64 "»\n", ack.delivery_tag);
fprintf(stderr, "\tmultiple: «%d»\n", ack.multiple);
}
}
Expand Down

0 comments on commit 143cf37

Please sign in to comment.