From f7bbf2c1d8d780294f3e016aff239ca35eb6516e Mon Sep 17 00:00:00 2001
From: Marcus Müller <mmueller@gnuradio.org>
Date: Wed, 7 Aug 2019 21:45:12 +0200
Subject: Tree: clang-format without the include sorting

---
 gr-blocks/lib/ctrlport_probe_c_impl.h | 39 +++++++++++++++++------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

(limited to 'gr-blocks/lib/ctrlport_probe_c_impl.h')

diff --git a/gr-blocks/lib/ctrlport_probe_c_impl.h b/gr-blocks/lib/ctrlport_probe_c_impl.h
index 59e9497a82..4170e24929 100644
--- a/gr-blocks/lib/ctrlport_probe_c_impl.h
+++ b/gr-blocks/lib/ctrlport_probe_c_impl.h
@@ -28,33 +28,32 @@
 #include <boost/thread/shared_mutex.hpp>
 
 namespace gr {
-  namespace blocks {
+namespace blocks {
 
-    class ctrlport_probe_c_impl : public ctrlport_probe_c
-    {
-    private:
-      boost::shared_mutex ptrlock;
+class ctrlport_probe_c_impl : public ctrlport_probe_c
+{
+private:
+    boost::shared_mutex ptrlock;
 
-      std::string d_id;
-      std::string d_desc;
-      const gr_complex* d_ptr;
-      size_t d_ptrLen;
+    std::string d_id;
+    std::string d_desc;
+    const gr_complex* d_ptr;
+    size_t d_ptrLen;
 
-    public:
-      ctrlport_probe_c_impl(const std::string &id, const std::string &desc);
-      ~ctrlport_probe_c_impl();
+public:
+    ctrlport_probe_c_impl(const std::string& id, const std::string& desc);
+    ~ctrlport_probe_c_impl();
 
-      void setup_rpc();
+    void setup_rpc();
 
-      std::vector<gr_complex> get();
+    std::vector<gr_complex> get();
 
-      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_CTRLPORT_GR_CTRLPORT_PROBE_C_IMPL_H */
-
-- 
cgit v1.2.3