Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 1, 2023
1 parent 7428848 commit 888313d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/adios2/toolkit/sst/dp/rdma_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
#include <rdma/fi_rma.h>

#ifdef SST_HAVE_CRAY_CXI
// Needs to be included before rdma/fi_cxi_ext.h
#include <stdbool.h>
// This comment prevents clang-format from reordering these includes.
// The CXI extension header requires the bool header, but does not include it on its own.
#include <rdma/fi_cxi_ext.h>
#endif

Expand Down

0 comments on commit 888313d

Please sign in to comment.