summaryrefslogtreecommitdiff
path: root/gr-digital/lib/protocol_formatter_async_impl.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2019-08-07 21:45:12 +0200
committerMarcus Müller <marcus@hostalia.de>2019-08-09 23:04:28 +0200
commitf7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch)
treee09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-digital/lib/protocol_formatter_async_impl.h
parent78431dc6941e3acc67c858277dfe4a0ed583643c (diff)
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-digital/lib/protocol_formatter_async_impl.h')
-rw-r--r--gr-digital/lib/protocol_formatter_async_impl.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/gr-digital/lib/protocol_formatter_async_impl.h b/gr-digital/lib/protocol_formatter_async_impl.h
index 79c80de7af..e1fe6ba3a9 100644
--- a/gr-digital/lib/protocol_formatter_async_impl.h
+++ b/gr-digital/lib/protocol_formatter_async_impl.h
@@ -26,25 +26,24 @@
#include <gnuradio/digital/protocol_formatter_async.h>
namespace gr {
- namespace digital {
+namespace digital {
- class protocol_formatter_async_impl
- : public protocol_formatter_async
- {
- private:
- header_format_base::sptr d_format;
+class protocol_formatter_async_impl : public protocol_formatter_async
+{
+private:
+ header_format_base::sptr d_format;
- pmt::pmt_t d_in_port;
- pmt::pmt_t d_hdr_port, d_pld_port;
+ pmt::pmt_t d_in_port;
+ pmt::pmt_t d_hdr_port, d_pld_port;
- void append(pmt::pmt_t msg);
+ void append(pmt::pmt_t msg);
- public:
- protocol_formatter_async_impl(const header_format_base::sptr &format);
- ~protocol_formatter_async_impl();
- };
+public:
+ protocol_formatter_async_impl(const header_format_base::sptr& format);
+ ~protocol_formatter_async_impl();
+};
- } // namespace digital
+} // namespace digital
} // namespace gr
#endif /* INCLUDED_DIGITAL_PROTOCOL_FORMATTER_ASYNC_IMPL_H */