diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-10 16:27:47 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-16 11:40:23 -0800 |
commit | aafe4e8b742a0e21d3818f21f34e3c8613132530 (patch) | |
tree | 167114fca27db360e0cc8cde65a295f7d28f1c04 | |
parent | 91251133d05cc301f5885e9719c7c936b2acd1ff (diff) | |
download | uhd-aafe4e8b742a0e21d3818f21f34e3c8613132530.tar.gz uhd-aafe4e8b742a0e21d3818f21f34e3c8613132530.tar.bz2 uhd-aafe4e8b742a0e21d3818f21f34e3c8613132530.zip |
ascii_art_dft: move example within include guard
Moving the example `main` within the include guards for the file. This
is mostly to help clang-format's include guard detection.
-rw-r--r-- | host/examples/ascii_art_dft.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/examples/ascii_art_dft.hpp b/host/examples/ascii_art_dft.hpp index 2706e115e..bb038a155 100644 --- a/host/examples/ascii_art_dft.hpp +++ b/host/examples/ascii_art_dft.hpp @@ -276,8 +276,6 @@ namespace ascii_art_dft{ } } //namespace ascii_dft -#endif /*ASCII_ART_DFT_HPP*/ - /* //example main function to test the dft @@ -321,3 +319,4 @@ int main(void){ */ +#endif /*ASCII_ART_DFT_HPP*/ |