diff options
Diffstat (limited to 'gr-blocks/lib/conjugate_cc_impl.h')
-rw-r--r-- | gr-blocks/lib/conjugate_cc_impl.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gr-blocks/lib/conjugate_cc_impl.h b/gr-blocks/lib/conjugate_cc_impl.h index d3d0f9a0b7..4d35a22e69 100644 --- a/gr-blocks/lib/conjugate_cc_impl.h +++ b/gr-blocks/lib/conjugate_cc_impl.h @@ -26,19 +26,19 @@ #include <gnuradio/blocks/conjugate_cc.h> namespace gr { - namespace blocks { +namespace blocks { - class BLOCKS_API conjugate_cc_impl : public conjugate_cc - { - public: - conjugate_cc_impl(); +class BLOCKS_API conjugate_cc_impl : public conjugate_cc +{ +public: + conjugate_cc_impl(); - 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 */ #endif /* INCLUDED_CONJUGATE_CC_IMPL_H */ |