summaryrefslogtreecommitdiff
path: root/gr-utils/python
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2019-08-07 21:45:12 +0200
committerMarcus Müller <marcus@hostalia.de>2019-08-09 23:04:28 +0200
commitf7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch)
treee09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-utils/python
parent78431dc6941e3acc67c858277dfe4a0ed583643c (diff)
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-utils/python')
-rw-r--r--gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h b/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h
index 03620be2df..e0618c24ef 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h
+++ b/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h
@@ -26,9 +26,9 @@
#include <gnuradio/attributes.h>
#ifdef gnuradio_howto_EXPORTS
-# define HOWTO_API __GR_ATTR_EXPORT
+#define HOWTO_API __GR_ATTR_EXPORT
#else
-# define HOWTO_API __GR_ATTR_IMPORT
+#define HOWTO_API __GR_ATTR_IMPORT
#endif
#endif /* INCLUDED_HOWTO_API_H */