summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-01 15:29:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-01 15:29:53 (GMT)
commitec8ad09125032c9c232878d02e90aa86df162841 (patch)
tree5d63105d3a0db7d5bbee41c5b74b097649a2115e /src/H5PLextern.h
parent453238e90e1574ef1c15e3c79f7fb3d77920e77c (diff)
downloadhdf5-ec8ad09125032c9c232878d02e90aa86df162841.zip
hdf5-ec8ad09125032c9c232878d02e90aa86df162841.tar.gz
hdf5-ec8ad09125032c9c232878d02e90aa86df162841.tar.bz2
Source formatted
Diffstat (limited to 'src/H5PLextern.h')
-rw-r--r--src/H5PLextern.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/H5PLextern.h b/src/H5PLextern.h
index cd5464d..2385d54 100644
--- a/src/H5PLextern.h
+++ b/src/H5PLextern.h
@@ -21,12 +21,12 @@
#include "hdf5.h"
/* plugins always export */
-#if defined (_MSC_VER) /* MSVC Compiler Case */
- #define H5PLUGIN_DLL __declspec(dllexport)
-#elif (__GNUC__ >= 4) /* GCC 4.x has support for visibility options */
- #define H5PLUGIN_DLL __attribute__ ((visibility("default")))
+#if defined(_MSC_VER) /* MSVC Compiler Case */
+#define H5PLUGIN_DLL __declspec(dllexport)
+#elif (__GNUC__ >= 4) /* GCC 4.x has support for visibility options */
+#define H5PLUGIN_DLL __attribute__((visibility("default")))
#else
- #define H5PLUGIN_DLL
+#define H5PLUGIN_DLL
#endif
#ifdef __cplusplus
@@ -41,4 +41,3 @@ H5PLUGIN_DLL const void *H5PLget_plugin_info(void);
#endif
#endif /* _H5PLextern_H */
-