Skip to content

Commit

Permalink
Fixing another linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken committed Jul 25, 2024
1 parent 143cf37 commit e4b816d
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
@@ -1,11 +1,11 @@
// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit

#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>

#include <rabbitmq-c/amqp.h>
#include <rabbitmq-c/tcp_socket.h>
Expand Down

0 comments on commit e4b816d

Please sign in to comment.