diff options
Diffstat (limited to 'gr-blocks/lib/complex_to_mag_squared_impl.h')
-rw-r--r-- | gr-blocks/lib/complex_to_mag_squared_impl.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gr-blocks/lib/complex_to_mag_squared_impl.h b/gr-blocks/lib/complex_to_mag_squared_impl.h index 2413b3bbdf..e03e59aabb 100644 --- a/gr-blocks/lib/complex_to_mag_squared_impl.h +++ b/gr-blocks/lib/complex_to_mag_squared_impl.h @@ -26,21 +26,21 @@ #include <gnuradio/blocks/complex_to_mag_squared.h> namespace gr { - namespace blocks { +namespace blocks { - class BLOCKS_API complex_to_mag_squared_impl : public complex_to_mag_squared - { - size_t d_vlen; +class BLOCKS_API complex_to_mag_squared_impl : public complex_to_mag_squared +{ + size_t d_vlen; - public: - complex_to_mag_squared_impl(size_t vlen); +public: + complex_to_mag_squared_impl(size_t vlen); - int work(int noutput_items, - gr_vector_const_void_star &input_items, - gr_vector_void_star &output_items); - }; + int work(int noutput_items, + gr_vector_const_void_star& input_items, + gr_vector_void_star& output_items); +}; - } /* namespace blocks */ +} /* namespace blocks */ } /* namespace gr */ |