diff options
Diffstat (limited to 'gr-blocks/lib/pack_k_bits_bb_impl.h')
-rw-r--r-- | gr-blocks/lib/pack_k_bits_bb_impl.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gr-blocks/lib/pack_k_bits_bb_impl.h b/gr-blocks/lib/pack_k_bits_bb_impl.h index 2cf4f28fc3..6459a1e811 100644 --- a/gr-blocks/lib/pack_k_bits_bb_impl.h +++ b/gr-blocks/lib/pack_k_bits_bb_impl.h @@ -21,29 +21,29 @@ */ #ifndef INCLUDED_GR_PACK_K_BITS_BB_IMPL_H -#define INCLUDED_GR_PACK_K_BITS_BB_IMPL_H +#define INCLUDED_GR_PACK_K_BITS_BB_IMPL_H #include <gnuradio/blocks/pack_k_bits_bb.h> #include <gnuradio/blocks/pack_k_bits.h> namespace gr { - namespace blocks { +namespace blocks { - class pack_k_bits_bb_impl : public pack_k_bits_bb - { - private: - kernel::pack_k_bits *d_pack; +class pack_k_bits_bb_impl : public pack_k_bits_bb +{ +private: + kernel::pack_k_bits* d_pack; - public: - pack_k_bits_bb_impl(unsigned k); - ~pack_k_bits_bb_impl(); +public: + pack_k_bits_bb_impl(unsigned k); + ~pack_k_bits_bb_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_GR_PACK_K_BITS_BB_IMPL_H */ |