Skip to content

Commit

Permalink
clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John Harrison authored and alanxz committed Oct 24, 2023
1 parent 511a52b commit 8c11dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librabbitmq/amqp_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include <openssl/conf.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509v3.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 8c11dd7

Please sign in to comment.