From aafe4e8b742a0e21d3818f21f34e3c8613132530 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 10 Jan 2019 16:27:47 -0800 Subject: 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. --- host/examples/ascii_art_dft.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host') 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*/ -- cgit v1.2.3