diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-04-05 22:59:36 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-04-05 22:59:36 (GMT) |
commit | 0c6ff43fbccaf78196165db6660a30d37944ea78 (patch) | |
tree | 8d7ffb1fade3e8834a8480143b62b567c6611827 /c++/src/H5Library.h | |
parent | 4402e696e43e4428a37953edbfd67c448ba93ac1 (diff) | |
download | hdf5-0c6ff43fbccaf78196165db6660a30d37944ea78.zip hdf5-0c6ff43fbccaf78196165db6660a30d37944ea78.tar.gz hdf5-0c6ff43fbccaf78196165db6660a30d37944ea78.tar.bz2 |
Normalizes C++ with develop
Diffstat (limited to 'c++/src/H5Library.h')
-rw-r--r-- | c++/src/H5Library.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5Library.h b/c++/src/H5Library.h index 9a73eee..3df8d56 100644 --- a/c++/src/H5Library.h +++ b/c++/src/H5Library.h @@ -12,8 +12,8 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#ifndef __H5Library_H -#define __H5Library_H +#ifndef H5Library_H +#define H5Library_H namespace H5 { @@ -69,4 +69,4 @@ class H5_DLLCPP H5Library { }; // end of H5Library } // namespace H5 -#endif // __H5Library_H +#endif // H5Library_H |