summaryrefslogtreecommitdiffstats
path: root/src/H5Emodule.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-07-04 20:39:32 (GMT)
committerGitHub <noreply@github.com>2021-07-04 20:39:32 (GMT)
commit9f13ecfa2e93840d1cc45dbf0bfcf8b955814931 (patch)
tree63c6760e4d794ee72b276721917e1d721b906df6 /src/H5Emodule.h
parent4aa40365623cf35643b262781f92578220c42bbb (diff)
downloadhdf5-9f13ecfa2e93840d1cc45dbf0bfcf8b955814931.zip
hdf5-9f13ecfa2e93840d1cc45dbf0bfcf8b955814931.tar.gz
hdf5-9f13ecfa2e93840d1cc45dbf0bfcf8b955814931.tar.bz2
Add .clang-format and bin/format_source from hdf5_1_12_1. (#822)
Reformat source with clang 10.0.1.
Diffstat (limited to 'src/H5Emodule.h')
-rw-r--r--src/H5Emodule.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/H5Emodule.h b/src/H5Emodule.h
index 2d1bcd0..8137673 100644
--- a/src/H5Emodule.h
+++ b/src/H5Emodule.h
@@ -25,10 +25,8 @@
* reporting macros.
*/
#define H5E_MODULE
-#define H5_MY_PKG H5E
-#define H5_MY_PKG_ERR H5E_ERROR
-#define H5_MY_PKG_INIT YES
+#define H5_MY_PKG H5E
+#define H5_MY_PKG_ERR H5E_ERROR
+#define H5_MY_PKG_INIT YES
#endif /* _H5Emodule_H */
-
-