diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-08-07 21:45:12 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-09 23:04:28 +0200 |
commit | f7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch) | |
tree | e09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-blocks/lib/pdu_remove_impl.h | |
parent | 78431dc6941e3acc67c858277dfe4a0ed583643c (diff) |
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-blocks/lib/pdu_remove_impl.h')
-rw-r--r-- | gr-blocks/lib/pdu_remove_impl.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gr-blocks/lib/pdu_remove_impl.h b/gr-blocks/lib/pdu_remove_impl.h index 6f1a7f1b90..e17e1e6ea8 100644 --- a/gr-blocks/lib/pdu_remove_impl.h +++ b/gr-blocks/lib/pdu_remove_impl.h @@ -26,20 +26,20 @@ #include <gnuradio/blocks/pdu_remove.h> namespace gr { - namespace blocks { +namespace blocks { - class pdu_remove_impl : public pdu_remove - { - private: - pmt::pmt_t d_k; +class pdu_remove_impl : public pdu_remove +{ +private: + pmt::pmt_t d_k; - public: - pdu_remove_impl(pmt::pmt_t k); - void handle_msg(pmt::pmt_t msg); - void set_key(pmt::pmt_t key) { d_k = key; }; - }; +public: + pdu_remove_impl(pmt::pmt_t k); + void handle_msg(pmt::pmt_t msg); + void set_key(pmt::pmt_t key) { d_k = key; }; +}; - } /* namespace blocks */ +} /* namespace blocks */ } /* namespace gr */ #endif /* INCLUDED_BLOCKS_PDU_REMOVE_IMPL_H */ |