summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-25 21:29:00 (GMT)
committerGitHub <noreply@github.com>2022-04-25 21:29:00 (GMT)
commit0fffb26c013146cc817ab1c9f2956ad84919a63e (patch)
treead6e1170886cf68a346802134681aeebe94d7c25 /src/H5C.c
parent0fba6cbcda103b8b6f71caa56158cf0a12d77049 (diff)
downloadhdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.zip
hdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.tar.gz
hdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.tar.bz2
Minor things noticed while bringing VFD SWMR in line with develop (#1691)
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/H5C.c b/src/H5C.c
index fa20165..77f3069 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -61,16 +61,16 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Cpkg.h" /* Cache */
-#include "H5CXprivate.h" /* API Contexts */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Fpkg.h" /* Files */
-#include "H5FLprivate.h" /* Free Lists */
-#include "H5Iprivate.h" /* IDs */
-#include "H5MFprivate.h" /* File memory management */
-#include "H5MMprivate.h" /* Memory management */
-#include "H5Pprivate.h" /* Property lists */
+#include "H5private.h" /* Generic Functions */
+#include "H5Cpkg.h" /* Cache */
+#include "H5CXprivate.h" /* API Contexts */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fpkg.h" /* Files */
+#include "H5FLprivate.h" /* Free Lists */
+#include "H5Iprivate.h" /* IDs */
+#include "H5MFprivate.h" /* File memory management */
+#include "H5MMprivate.h" /* Memory management */
+#include "H5Pprivate.h" /* Property lists */
/****************/
/* Local Macros */