summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-01 20:45:20 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-01 20:45:20 (GMT)
commit77f2b0b2071b976a42c41fbddad28ed7823675c2 (patch)
tree967dff385afae498d1d2acace2b6bd01519eadd3 /test/vfd_swmr_common.h
parent0e9f9a280af0e4944c18996beb6e110f48fe841e (diff)
downloadhdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.zip
hdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.tar.gz
hdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.tar.bz2
Fixes leading underscores in VFD SWMR include guards
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index a4bf50e..f64ee87 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -11,8 +11,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#ifndef _VFD_SWMR_COMMON_H
-#define _VFD_SWMR_COMMON_H
+#ifndef VFD_SWMR_COMMON_H
+#define VFD_SWMR_COMMON_H
/***********/
/* Headers */
@@ -94,4 +94,4 @@ H5TEST_DLL int fetch_env_ulong(const char *, unsigned long, unsigned long *);
extern int verbosity;
-#endif /* _SWMR_COMMON_H */
+#endif /* SWMR_COMMON_H */