summaryrefslogtreecommitdiff
path: root/gr-digital/lib/packet_headerparser_b_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/packet_headerparser_b_impl.h
parent78431dc6941e3acc67c858277dfe4a0ed583643c (diff)
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-digital/lib/packet_headerparser_b_impl.h')
-rw-r--r--gr-digital/lib/packet_headerparser_b_impl.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/gr-digital/lib/packet_headerparser_b_impl.h b/gr-digital/lib/packet_headerparser_b_impl.h
index dcfb83a806..8b0f49ca3e 100644
--- a/gr-digital/lib/packet_headerparser_b_impl.h
+++ b/gr-digital/lib/packet_headerparser_b_impl.h
@@ -1,18 +1,18 @@
/* -*- c++ -*- */
/* Copyright 2012 Free Software Foundation, Inc.
- *
+ *
* This file is part of GNU Radio
- *
+ *
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
- *
+ *
* GNU Radio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
@@ -25,26 +25,26 @@
#include <gnuradio/digital/packet_headerparser_b.h>
namespace gr {
- namespace digital {
+namespace digital {
- class packet_headerparser_b_impl : public packet_headerparser_b
- {
- private:
- packet_header_default::sptr d_header_formatter;
+class packet_headerparser_b_impl : public packet_headerparser_b
+{
+private:
+ packet_header_default::sptr d_header_formatter;
- const pmt::pmt_t d_port;
+ const pmt::pmt_t d_port;
- public:
- packet_headerparser_b_impl(const gr::digital::packet_header_default::sptr &header_formatter);
- ~packet_headerparser_b_impl();
+public:
+ packet_headerparser_b_impl(
+ const gr::digital::packet_header_default::sptr& header_formatter);
+ ~packet_headerparser_b_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 digital
+} // namespace digital
} // namespace gr
#endif /* INCLUDED_DIGITAL_PACKET_HEADERPARSER_B_IMPL_H */
-