summaryrefslogtreecommitdiff
path: root/gr-wavelet/include/gnuradio/wavelet/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wavelet/include/gnuradio/wavelet/api.h')
-rw-r--r--gr-wavelet/include/gnuradio/wavelet/api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-wavelet/include/gnuradio/wavelet/api.h b/gr-wavelet/include/gnuradio/wavelet/api.h
index 371ac24d54..e5f4af2ce8 100644
--- a/gr-wavelet/include/gnuradio/wavelet/api.h
+++ b/gr-wavelet/include/gnuradio/wavelet/api.h
@@ -25,9 +25,9 @@
#include <gnuradio/attributes.h>
#ifdef gnuradio_wavelet_EXPORTS
-# define WAVELET_API __GR_ATTR_EXPORT
+#define WAVELET_API __GR_ATTR_EXPORT
#else
-# define WAVELET_API __GR_ATTR_IMPORT
+#define WAVELET_API __GR_ATTR_IMPORT
#endif
#endif /* INCLUDED_WAVELET_API_H */