summaryrefslogtreecommitdiff
path: root/gr-blocks/include
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include')
-rw-r--r--gr-blocks/include/gnuradio/blocks/CMakeLists.txt2
-rw-r--r--gr-blocks/include/gnuradio/blocks/abs_XX.h.t4
-rw-r--r--gr-blocks/include/gnuradio/blocks/add_XX.h.t4
-rw-r--r--gr-blocks/include/gnuradio/blocks/add_const_XX.h.t6
-rw-r--r--gr-blocks/include/gnuradio/blocks/add_const_vXX.h.t6
-rw-r--r--gr-blocks/include/gnuradio/blocks/and_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/and_const_XX.h.t6
-rw-r--r--gr-blocks/include/gnuradio/blocks/char_to_float.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/char_to_short.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/conjugate_cc.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/control_loop.h4
-rw-r--r--gr-blocks/include/gnuradio/blocks/count_bits.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/divide_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/endian_swap.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/float_to_uchar.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/integrate_XX.h.t4
-rw-r--r--gr-blocks/include/gnuradio/blocks/keep_m_in_n.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/keep_one_in_n.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/message_burst_source.h8
-rw-r--r--gr-blocks/include/gnuradio/blocks/message_debug.h4
-rw-r--r--gr-blocks/include/gnuradio/blocks/moving_average_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/multiply_const_XX.h.t6
-rw-r--r--gr-blocks/include/gnuradio/blocks/multiply_const_cc.h6
-rw-r--r--gr-blocks/include/gnuradio/blocks/multiply_const_ff.h6
-rw-r--r--gr-blocks/include/gnuradio/blocks/multiply_const_vXX.h.t6
-rw-r--r--gr-blocks/include/gnuradio/blocks/nlog10_ff.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/not_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/or_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h10
-rw-r--r--gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/probe_rate.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/probe_signal_X.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/probe_signal_vX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/repeat.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/rotator.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/sample_and_hold_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/short_to_char.h4
-rw-r--r--gr-blocks/include/gnuradio/blocks/stream_mux.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/stretch_ff.h4
-rw-r--r--gr-blocks/include/gnuradio/blocks/sub_XX.h.t2
-rw-r--r--gr-blocks/include/gnuradio/blocks/tagged_file_sink.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/tagged_stream_multiply_length.h8
-rw-r--r--gr-blocks/include/gnuradio/blocks/tagged_stream_mux.h8
-rw-r--r--gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h4
-rw-r--r--gr-blocks/include/gnuradio/blocks/vector_insert_X.h.t10
-rw-r--r--gr-blocks/include/gnuradio/blocks/wavfile.h2
-rw-r--r--gr-blocks/include/gnuradio/blocks/xor_XX.h.t2
47 files changed, 86 insertions, 86 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/CMakeLists.txt b/gr-blocks/include/gnuradio/blocks/CMakeLists.txt
index 6789cccf70..5fed7670db 100644
--- a/gr-blocks/include/gnuradio/blocks/CMakeLists.txt
+++ b/gr-blocks/include/gnuradio/blocks/CMakeLists.txt
@@ -47,7 +47,7 @@ macro(expand_h root)
string(REGEX REPLACE "X+" ${sig} name ${root})
list(APPEND expanded_files_h ${CMAKE_CURRENT_BINARY_DIR}/${name}.h)
endforeach(sig)
-
+
#create a command to generate the files
add_custom_command(
OUTPUT ${expanded_files_h}
diff --git a/gr-blocks/include/gnuradio/blocks/abs_XX.h.t b/gr-blocks/include/gnuradio/blocks/abs_XX.h.t
index a30e752b4b..f8688edcd3 100644
--- a/gr-blocks/include/gnuradio/blocks/abs_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/abs_XX.h.t
@@ -42,10 +42,10 @@ namespace gr {
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
*/
diff --git a/gr-blocks/include/gnuradio/blocks/add_XX.h.t b/gr-blocks/include/gnuradio/blocks/add_XX.h.t
index 74c38889c0..0a7195d7c3 100644
--- a/gr-blocks/include/gnuradio/blocks/add_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/add_XX.h.t
@@ -35,7 +35,7 @@ namespace gr {
* \brief output = sum(input[0], input[1], ..., input[M-1])
* \ingroup math_operators_blk
*
- * \details
+ * \details
* Add samples across all input streams. For all \f$n\f$ samples
* on all \f$M\f$ input streams \f$x_m\f$:
*
@@ -46,7 +46,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/add_const_XX.h.t b/gr-blocks/include/gnuradio/blocks/add_const_XX.h.t
index 3e783213a8..723fc78218 100644
--- a/gr-blocks/include/gnuradio/blocks/add_const_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/add_const_XX.h.t
@@ -38,16 +38,16 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
* \param k additive constant
*/
static sptr make(@O_TYPE@ k);
-
+
/*!
* \brief Return additive constant
*/
diff --git a/gr-blocks/include/gnuradio/blocks/add_const_vXX.h.t b/gr-blocks/include/gnuradio/blocks/add_const_vXX.h.t
index d1ce947175..55b8ce3f73 100644
--- a/gr-blocks/include/gnuradio/blocks/add_const_vXX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/add_const_vXX.h.t
@@ -39,16 +39,16 @@ namespace gr {
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
* \param k additive constant vector
*/
static sptr make(std::vector<@O_TYPE@> k);
-
+
/*!
* \brief Return additive constant vector
*/
diff --git a/gr-blocks/include/gnuradio/blocks/and_XX.h.t b/gr-blocks/include/gnuradio/blocks/and_XX.h.t
index 8dc48fc04a..cf2b1ab488 100644
--- a/gr-blocks/include/gnuradio/blocks/and_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/and_XX.h.t
@@ -41,7 +41,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/and_const_XX.h.t b/gr-blocks/include/gnuradio/blocks/and_const_XX.h.t
index 62bfca2041..ee2ff3da20 100644
--- a/gr-blocks/include/gnuradio/blocks/and_const_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/and_const_XX.h.t
@@ -42,16 +42,16 @@ namespace gr {
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
* \param k AND constant
*/
static sptr make(@O_TYPE@ k);
-
+
/*!
* \brief Return AND constant
*/
diff --git a/gr-blocks/include/gnuradio/blocks/char_to_float.h b/gr-blocks/include/gnuradio/blocks/char_to_float.h
index be7adf46a1..1fce660427 100644
--- a/gr-blocks/include/gnuradio/blocks/char_to_float.h
+++ b/gr-blocks/include/gnuradio/blocks/char_to_float.h
@@ -42,7 +42,7 @@ namespace gr {
class BLOCKS_API char_to_float : virtual public sync_block
{
public:
-
+
// gr::blocks::char_to_float_ff::sptr
typedef boost::shared_ptr<char_to_float> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/char_to_short.h b/gr-blocks/include/gnuradio/blocks/char_to_short.h
index 6f326c8da2..aa45810eee 100644
--- a/gr-blocks/include/gnuradio/blocks/char_to_short.h
+++ b/gr-blocks/include/gnuradio/blocks/char_to_short.h
@@ -42,7 +42,7 @@ namespace gr {
class BLOCKS_API char_to_short : virtual public sync_block
{
public:
-
+
// gr::blocks::char_to_short_ff::sptr
typedef boost::shared_ptr<char_to_short> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/conjugate_cc.h b/gr-blocks/include/gnuradio/blocks/conjugate_cc.h
index 9477130e98..6be3219e70 100644
--- a/gr-blocks/include/gnuradio/blocks/conjugate_cc.h
+++ b/gr-blocks/include/gnuradio/blocks/conjugate_cc.h
@@ -36,7 +36,7 @@ namespace gr {
class BLOCKS_API conjugate_cc : virtual public sync_block
{
public:
-
+
// gr::blocks::conjugate_cc_ff::sptr
typedef boost::shared_ptr<conjugate_cc> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/control_loop.h b/gr-blocks/include/gnuradio/blocks/control_loop.h
index f956c88285..f7ff9770f9 100644
--- a/gr-blocks/include/gnuradio/blocks/control_loop.h
+++ b/gr-blocks/include/gnuradio/blocks/control_loop.h
@@ -207,7 +207,7 @@ namespace gr {
* \brief Set the control loop's maximum frequency.
*
* \details
- * Set the maximum frequency the control loop can track.
+ * Set the maximum frequency the control loop can track.
*
* \param freq (float) new max frequency
*/
@@ -217,7 +217,7 @@ namespace gr {
* \brief Set the control loop's minimum frequency.
*
* \details
- * Set the minimum frequency the control loop can track.
+ * Set the minimum frequency the control loop can track.
*
* \param freq (float) new min frequency
*/
diff --git a/gr-blocks/include/gnuradio/blocks/count_bits.h b/gr-blocks/include/gnuradio/blocks/count_bits.h
index 88f56f7221..80b58041bd 100644
--- a/gr-blocks/include/gnuradio/blocks/count_bits.h
+++ b/gr-blocks/include/gnuradio/blocks/count_bits.h
@@ -29,7 +29,7 @@ namespace gr {
namespace blocks {
//! return number of set bits in the low 8 bits of x
- BLOCKS_API unsigned int count_bits8(unsigned int x);
+ BLOCKS_API unsigned int count_bits8(unsigned int x);
//! return number of set bits in the low 16 bits of x
BLOCKS_API unsigned int count_bits16(unsigned int x);
diff --git a/gr-blocks/include/gnuradio/blocks/divide_XX.h.t b/gr-blocks/include/gnuradio/blocks/divide_XX.h.t
index aa918facad..1ceeb5f1df 100644
--- a/gr-blocks/include/gnuradio/blocks/divide_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/divide_XX.h.t
@@ -41,7 +41,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/endian_swap.h b/gr-blocks/include/gnuradio/blocks/endian_swap.h
index e55190fc17..f73eae3306 100644
--- a/gr-blocks/include/gnuradio/blocks/endian_swap.h
+++ b/gr-blocks/include/gnuradio/blocks/endian_swap.h
@@ -42,7 +42,7 @@ namespace gr {
/*!
* Make an endian swap block.
*
- * \param item_size_bytes number of bytes per item, 1=no-op,
+ * \param item_size_bytes number of bytes per item, 1=no-op,
* 2=uint16_t, 4=uint32_t, 8=uint64_t
*/
static sptr make(size_t item_size_bytes=1);
diff --git a/gr-blocks/include/gnuradio/blocks/float_to_uchar.h b/gr-blocks/include/gnuradio/blocks/float_to_uchar.h
index bdcc4e7205..26189ac981 100644
--- a/gr-blocks/include/gnuradio/blocks/float_to_uchar.h
+++ b/gr-blocks/include/gnuradio/blocks/float_to_uchar.h
@@ -36,7 +36,7 @@ namespace gr {
class BLOCKS_API float_to_uchar : virtual public sync_block
{
public:
-
+
// gr::blocks::float_to_uchar_ff::sptr
typedef boost::shared_ptr<float_to_uchar> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/integrate_XX.h.t b/gr-blocks/include/gnuradio/blocks/integrate_XX.h.t
index 343ab1ef6c..33707970bc 100644
--- a/gr-blocks/include/gnuradio/blocks/integrate_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/integrate_XX.h.t
@@ -38,10 +38,10 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_decimator
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
static sptr make(int decim);
};
diff --git a/gr-blocks/include/gnuradio/blocks/keep_m_in_n.h b/gr-blocks/include/gnuradio/blocks/keep_m_in_n.h
index e6e7914847..b3b7a934db 100644
--- a/gr-blocks/include/gnuradio/blocks/keep_m_in_n.h
+++ b/gr-blocks/include/gnuradio/blocks/keep_m_in_n.h
@@ -36,7 +36,7 @@ namespace gr {
class BLOCKS_API keep_m_in_n : virtual public block
{
public:
-
+
// gr::blocks::keep_m_in_n::sptr
typedef boost::shared_ptr<keep_m_in_n> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/keep_one_in_n.h b/gr-blocks/include/gnuradio/blocks/keep_one_in_n.h
index d1e751aee5..85eeb974f6 100644
--- a/gr-blocks/include/gnuradio/blocks/keep_one_in_n.h
+++ b/gr-blocks/include/gnuradio/blocks/keep_one_in_n.h
@@ -36,7 +36,7 @@ namespace gr {
class BLOCKS_API keep_one_in_n : virtual public block
{
public:
-
+
// gr::blocks::keep_one_in_n::sptr
typedef boost::shared_ptr<keep_one_in_n> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/message_burst_source.h b/gr-blocks/include/gnuradio/blocks/message_burst_source.h
index 91d8b55145..b5c068dcd4 100644
--- a/gr-blocks/include/gnuradio/blocks/message_burst_source.h
+++ b/gr-blocks/include/gnuradio/blocks/message_burst_source.h
@@ -1,19 +1,19 @@
/* -*- c++ -*- */
/*
* Copyright 2012-2013 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,
diff --git a/gr-blocks/include/gnuradio/blocks/message_debug.h b/gr-blocks/include/gnuradio/blocks/message_debug.h
index ec32c050dd..c6c43f5644 100644
--- a/gr-blocks/include/gnuradio/blocks/message_debug.h
+++ b/gr-blocks/include/gnuradio/blocks/message_debug.h
@@ -54,14 +54,14 @@ namespace gr {
// gr::blocks::message_debug::sptr
typedef boost::shared_ptr<message_debug> sptr;
- /*!
+ /*!
* \brief Build the message debug block. It takes no parameters
* and has three message ports: print, store, and
* print_pdu.
*/
static sptr make();
- /*!
+ /*!
* \brief Reports the number of messages received by this block.
*/
virtual int num_messages() = 0;
diff --git a/gr-blocks/include/gnuradio/blocks/moving_average_XX.h.t b/gr-blocks/include/gnuradio/blocks/moving_average_XX.h.t
index 37472f70d7..da5968240c 100644
--- a/gr-blocks/include/gnuradio/blocks/moving_average_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/moving_average_XX.h.t
@@ -37,7 +37,7 @@ namespace gr {
*/
class BLOCKS_API @NAME@ : virtual public sync_block
{
- public:
+ public:
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/multiply_const_XX.h.t b/gr-blocks/include/gnuradio/blocks/multiply_const_XX.h.t
index d1bc76c3b3..9cb2823f46 100644
--- a/gr-blocks/include/gnuradio/blocks/multiply_const_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/multiply_const_XX.h.t
@@ -39,16 +39,16 @@ namespace gr {
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
* \param k multiplicative constant
*/
static sptr make(@O_TYPE@ k);
-
+
/*!
* \brief Return multiplicative constant
*/
diff --git a/gr-blocks/include/gnuradio/blocks/multiply_const_cc.h b/gr-blocks/include/gnuradio/blocks/multiply_const_cc.h
index 6641880142..ff72572da9 100644
--- a/gr-blocks/include/gnuradio/blocks/multiply_const_cc.h
+++ b/gr-blocks/include/gnuradio/blocks/multiply_const_cc.h
@@ -39,17 +39,17 @@ namespace gr {
{
public:
-
+
// gr::blocks::multiply_const_cc::sptr
typedef boost::shared_ptr<multiply_const_cc> sptr;
-
+
/*!
* \brief Create an instance of multiply_const_cc
* \param k complex multiplicative constant
* \param vlen Vector length of incoming stream
*/
static sptr make(gr_complex k, size_t vlen=1);
-
+
/*!
* \brief Return complex multiplicative constant
*/
diff --git a/gr-blocks/include/gnuradio/blocks/multiply_const_ff.h b/gr-blocks/include/gnuradio/blocks/multiply_const_ff.h
index 916d7a7463..5d93f04184 100644
--- a/gr-blocks/include/gnuradio/blocks/multiply_const_ff.h
+++ b/gr-blocks/include/gnuradio/blocks/multiply_const_ff.h
@@ -39,17 +39,17 @@ namespace gr {
{
public:
-
+
// gr::blocks::multiply_const_ff::sptr
typedef boost::shared_ptr<multiply_const_ff> sptr;
-
+
/*!
* \brief Create an instance of multiply_const_ff
* \param k real multiplicative constant
* \param vlen Vector length of incoming stream
*/
static sptr make(float k, size_t vlen=1);
-
+
/*!
* \brief Return real multiplicative constant
*/
diff --git a/gr-blocks/include/gnuradio/blocks/multiply_const_vXX.h.t b/gr-blocks/include/gnuradio/blocks/multiply_const_vXX.h.t
index ed180dba33..608c52f78a 100644
--- a/gr-blocks/include/gnuradio/blocks/multiply_const_vXX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/multiply_const_vXX.h.t
@@ -39,16 +39,16 @@ namespace gr {
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
/*!
* \brief Create an instance of @NAME@
* \param k multiplicative constant vector
*/
static sptr make(std::vector<@O_TYPE@> k);
-
+
/*!
* \brief Return multiplicative constant vector
*/
diff --git a/gr-blocks/include/gnuradio/blocks/nlog10_ff.h b/gr-blocks/include/gnuradio/blocks/nlog10_ff.h
index 0203c5e0a2..e5f7d7bc2a 100644
--- a/gr-blocks/include/gnuradio/blocks/nlog10_ff.h
+++ b/gr-blocks/include/gnuradio/blocks/nlog10_ff.h
@@ -36,7 +36,7 @@ namespace gr {
class BLOCKS_API nlog10_ff : virtual public sync_block
{
public:
-
+
// gr::blocks::nlog10_ff::sptr
typedef boost::shared_ptr<nlog10_ff> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/not_XX.h.t b/gr-blocks/include/gnuradio/blocks/not_XX.h.t
index 2c32237ce5..1164c1f855 100644
--- a/gr-blocks/include/gnuradio/blocks/not_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/not_XX.h.t
@@ -40,7 +40,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/or_XX.h.t b/gr-blocks/include/gnuradio/blocks/or_XX.h.t
index d485f04962..fbc691c5ed 100644
--- a/gr-blocks/include/gnuradio/blocks/or_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/or_XX.h.t
@@ -40,7 +40,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h b/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
index cd057725c1..af77aec18f 100644
--- a/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
+++ b/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
@@ -1,19 +1,19 @@
/* -*- c++ -*- */
/*
* Copyright 2012-2013 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,
@@ -48,7 +48,7 @@ namespace gr {
public:
// gr::blocks::pack_k_bits_bb::sptr
typedef boost::shared_ptr<pack_k_bits_bb> sptr;
-
+
/*!
* \brief Make a pack_k_bits block.
* \param k number of bits to be packed.
diff --git a/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t b/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t
index 6bf14320a0..bc743571fc 100644
--- a/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t
@@ -85,7 +85,7 @@ namespace gr {
* \param look new look-ahead factor
*/
virtual void set_look_ahead(int look) = 0;
-
+
/*! \brief Set the running average alpha
* \param alpha new alpha for running average
*/
diff --git a/gr-blocks/include/gnuradio/blocks/probe_rate.h b/gr-blocks/include/gnuradio/blocks/probe_rate.h
index 90dfa67cdf..a941d10279 100644
--- a/gr-blocks/include/gnuradio/blocks/probe_rate.h
+++ b/gr-blocks/include/gnuradio/blocks/probe_rate.h
@@ -48,7 +48,7 @@ namespace gr {
static sptr make(size_t itemsize, double update_rate_ms = 500.0, double alpha = 0.0001);
virtual void set_alpha(double alpha) = 0;
-
+
virtual double rate() = 0;
virtual bool start() = 0;
diff --git a/gr-blocks/include/gnuradio/blocks/probe_signal_X.h.t b/gr-blocks/include/gnuradio/blocks/probe_signal_X.h.t
index 5398411a73..5b45fd2864 100644
--- a/gr-blocks/include/gnuradio/blocks/probe_signal_X.h.t
+++ b/gr-blocks/include/gnuradio/blocks/probe_signal_X.h.t
@@ -40,7 +40,7 @@ namespace gr {
public:
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
static sptr make();
virtual @TYPE@ level() const = 0;
diff --git a/gr-blocks/include/gnuradio/blocks/probe_signal_vX.h.t b/gr-blocks/include/gnuradio/blocks/probe_signal_vX.h.t
index 05e0137953..9f24731663 100644
--- a/gr-blocks/include/gnuradio/blocks/probe_signal_vX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/probe_signal_vX.h.t
@@ -42,7 +42,7 @@ namespace gr {
public:
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
static sptr make(size_t size);
virtual std::vector<@TYPE@> level() const = 0;
diff --git a/gr-blocks/include/gnuradio/blocks/repeat.h b/gr-blocks/include/gnuradio/blocks/repeat.h
index 68f92fcd8d..622b066017 100644
--- a/gr-blocks/include/gnuradio/blocks/repeat.h
+++ b/gr-blocks/include/gnuradio/blocks/repeat.h
@@ -30,7 +30,7 @@ namespace gr {
namespace blocks {
/*!
- * \brief repeat each input \p repeat times
+ * \brief repeat each input \p repeat times
* \ingroup stream_operators_blk
*/
class BLOCKS_API repeat : virtual public sync_interpolator
diff --git a/gr-blocks/include/gnuradio/blocks/rotator.h b/gr-blocks/include/gnuradio/blocks/rotator.h
index 9c3d9b6262..66843fde07 100644
--- a/gr-blocks/include/gnuradio/blocks/rotator.h
+++ b/gr-blocks/include/gnuradio/blocks/rotator.h
@@ -30,7 +30,7 @@
namespace gr {
namespace blocks {
- class rotator
+ class rotator
{
private:
gr_complex d_phase;
diff --git a/gr-blocks/include/gnuradio/blocks/sample_and_hold_XX.h.t b/gr-blocks/include/gnuradio/blocks/sample_and_hold_XX.h.t
index 2f15b2490f..a87ae0f423 100644
--- a/gr-blocks/include/gnuradio/blocks/sample_and_hold_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/sample_and_hold_XX.h.t
@@ -44,7 +44,7 @@ namespace gr {
public:
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
-
+
static sptr make();
};
diff --git a/gr-blocks/include/gnuradio/blocks/short_to_char.h b/gr-blocks/include/gnuradio/blocks/short_to_char.h
index a80e6dc63d..7e72ee34a3 100644
--- a/gr-blocks/include/gnuradio/blocks/short_to_char.h
+++ b/gr-blocks/include/gnuradio/blocks/short_to_char.h
@@ -33,8 +33,8 @@ namespace gr {
* \brief Convert stream of shorts to a stream of chars.
*
* This block strips off the least significant byte from the
- * short value.
- *
+ * short value.
+ *
* [0x00ff, 0x0ff0, 0xff00] => [0x00, 0x0f, 0xff]
*
* \ingroup type_converters_blk
diff --git a/gr-blocks/include/gnuradio/blocks/stream_mux.h b/gr-blocks/include/gnuradio/blocks/stream_mux.h
index 7830b5f70f..941c186b3f 100644
--- a/gr-blocks/include/gnuradio/blocks/stream_mux.h
+++ b/gr-blocks/include/gnuradio/blocks/stream_mux.h
@@ -45,7 +45,7 @@ namespace gr {
class BLOCKS_API stream_mux : virtual public block
{
public:
-
+
// gr::blocks::stream_mux::sptr
typedef boost::shared_ptr<stream_mux> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/stretch_ff.h b/gr-blocks/include/gnuradio/blocks/stretch_ff.h
index 8552d0dd18..d464ab34a1 100644
--- a/gr-blocks/include/gnuradio/blocks/stretch_ff.h
+++ b/gr-blocks/include/gnuradio/blocks/stretch_ff.h
@@ -28,7 +28,7 @@
namespace gr {
namespace blocks {
-
+
/*!
* \brief adjust y-range of an input vector by mapping to range
* (max-of-input, stipulated-min). Primarily for spectral
@@ -40,7 +40,7 @@ namespace gr {
public:
// gr::blocks::stretch_ff::sptr
typedef boost::shared_ptr<stretch_ff> sptr;
-
+
/*!
* \brief Make a stretch block.
*
diff --git a/gr-blocks/include/gnuradio/blocks/sub_XX.h.t b/gr-blocks/include/gnuradio/blocks/sub_XX.h.t
index ecc55fc865..44da6e16c4 100644
--- a/gr-blocks/include/gnuradio/blocks/sub_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/sub_XX.h.t
@@ -41,7 +41,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;
diff --git a/gr-blocks/include/gnuradio/blocks/tagged_file_sink.h b/gr-blocks/include/gnuradio/blocks/tagged_file_sink.h
index 31046d4170..61c2ad8e60 100644
--- a/gr-blocks/include/gnuradio/blocks/tagged_file_sink.h
+++ b/gr-blocks/include/gnuradio/blocks/tagged_file_sink.h
@@ -50,7 +50,7 @@ namespace gr {
public:
// gr::blocks::tagged_file_sink::sptr
typedef boost::shared_ptr<tagged_file_sink> sptr;
-
+
/*!
* \brief Build a tagged_file_sink block.
*
diff --git a/gr-blocks/include/gnuradio/blocks/tagged_stream_multiply_length.h b/gr-blocks/include/gnuradio/blocks/tagged_stream_multiply_length.h
index de46516f24..234b42c041 100644
--- a/gr-blocks/include/gnuradio/blocks/tagged_stream_multiply_length.h
+++ b/gr-blocks/include/gnuradio/blocks/tagged_stream_multiply_length.h
@@ -1,18 +1,18 @@
/* -*- c++ -*- */
/* Copyright 2013 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,
diff --git a/gr-blocks/include/gnuradio/blocks/tagged_stream_mux.h b/gr-blocks/include/gnuradio/blocks/tagged_stream_mux.h
index 19879b67a9..b7f5685ae1 100644
--- a/gr-blocks/include/gnuradio/blocks/tagged_stream_mux.h
+++ b/gr-blocks/include/gnuradio/blocks/tagged_stream_mux.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,
diff --git a/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h b/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
index 09d7ae912c..73e3ca2ac4 100644
--- a/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
+++ b/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
@@ -28,7 +28,7 @@
namespace gr {
namespace blocks {
-
+
/*!
* \brief Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB.
*
@@ -46,7 +46,7 @@ namespace gr {
public:
// gr::blocks::unpack_k_bits_bb::sptr
typedef boost::shared_ptr<unpack_k_bits_bb> sptr;
-
+
/*!
* \brief Make an unpack_k_bits block.
* \param k number of bits to unpack.
diff --git a/gr-blocks/include/gnuradio/blocks/vector_insert_X.h.t b/gr-blocks/include/gnuradio/blocks/vector_insert_X.h.t
index 8b26b0b9b0..73330b175b 100644
--- a/gr-blocks/include/gnuradio/blocks/vector_insert_X.h.t
+++ b/gr-blocks/include/gnuradio/blocks/vector_insert_X.h.t
@@ -1,19 +1,19 @@
/* -*- c++ -*- */
/*
* Copyright 2012-2013 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,
@@ -35,7 +35,7 @@ namespace gr {
* \brief source of @TYPE@'s that gets its data from a vector
* \ingroup stream_operators_blk
*/
- class BLOCKS_API @NAME@ : virtual public block
+ class BLOCKS_API @NAME@ : virtual public block
{
public:
// gr::blocks::@NAME@::sptr
diff --git a/gr-blocks/include/gnuradio/blocks/wavfile.h b/gr-blocks/include/gnuradio/blocks/wavfile.h
index f0c8a4c1e7..9440105e76 100644
--- a/gr-blocks/include/gnuradio/blocks/wavfile.h
+++ b/gr-blocks/include/gnuradio/blocks/wavfile.h
@@ -61,7 +61,7 @@ namespace gr {
short int
wav_read_sample(FILE *fp, int bytes_per_sample);
-
+
/*!
* \brief Write a valid RIFF file header
*
diff --git a/gr-blocks/include/gnuradio/blocks/xor_XX.h.t b/gr-blocks/include/gnuradio/blocks/xor_XX.h.t
index fa32192e76..e58866f03e 100644
--- a/gr-blocks/include/gnuradio/blocks/xor_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/xor_XX.h.t
@@ -40,7 +40,7 @@ namespace gr {
class BLOCKS_API @NAME@ : virtual public sync_block
{
public:
-
+
// gr::blocks::@NAME@::sptr
typedef boost::shared_ptr<@NAME@> sptr;