diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-08-07 21:45:12 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-09 23:04:28 +0200 |
commit | f7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch) | |
tree | e09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-fft/include/gnuradio/fft/api.h | |
parent | 78431dc6941e3acc67c858277dfe4a0ed583643c (diff) |
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-fft/include/gnuradio/fft/api.h')
-rw-r--r-- | gr-fft/include/gnuradio/fft/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fft/include/gnuradio/fft/api.h b/gr-fft/include/gnuradio/fft/api.h index ce2a49f4be..a498012e04 100644 --- a/gr-fft/include/gnuradio/fft/api.h +++ b/gr-fft/include/gnuradio/fft/api.h @@ -25,9 +25,9 @@ #include <gnuradio/attributes.h> #ifdef gnuradio_fft_EXPORTS -# define FFT_API __GR_ATTR_EXPORT +#define FFT_API __GR_ATTR_EXPORT #else -# define FFT_API __GR_ATTR_IMPORT +#define FFT_API __GR_ATTR_IMPORT #endif #endif /* INCLUDED_FFT_API_H */ |