summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/magphase_to_complex_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-blocks/lib/magphase_to_complex_impl.h
parent78431dc6941e3acc67c858277dfe4a0ed583643c (diff)
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-blocks/lib/magphase_to_complex_impl.h')
-rw-r--r--gr-blocks/lib/magphase_to_complex_impl.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/gr-blocks/lib/magphase_to_complex_impl.h b/gr-blocks/lib/magphase_to_complex_impl.h
index 114e15321d..d8a1181ec6 100644
--- a/gr-blocks/lib/magphase_to_complex_impl.h
+++ b/gr-blocks/lib/magphase_to_complex_impl.h
@@ -26,21 +26,21 @@
#include <gnuradio/blocks/magphase_to_complex.h>
namespace gr {
- namespace blocks {
+namespace blocks {
- class BLOCKS_API magphase_to_complex_impl : public magphase_to_complex
- {
- size_t d_vlen;
+class BLOCKS_API magphase_to_complex_impl : public magphase_to_complex
+{
+ size_t d_vlen;
- public:
- magphase_to_complex_impl(size_t vlen);
+public:
+ magphase_to_complex_impl(size_t vlen);
- 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 */