From b236b2dbf67cbf9f3f4c7a340b4b5078cc9dcb9c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:19:25 +0000 Subject: [PATCH] Committing clang-format changes --- tools/lib/h5tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index d884cbc6013..129afa1e59e 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -19,8 +19,8 @@ #include "hdf5.h" #if defined(H5_HAVE_ATTRIBUTE) && !defined(__SUNPRO_C) -# define H5_ATTR_FORMAT(X, Y, Z) __attribute__((format(X, Y, Z))) -# define H5_ATTR_UNUSED __attribute__((unused)) +#define H5_ATTR_FORMAT(X, Y, Z) __attribute__((format(X, Y, Z))) +#define H5_ATTR_UNUSED __attribute__((unused)) #endif #include "h5tools_error.h"