summaryrefslogtreecommitdiff
path: root/gr-digital/lib/constellation_receiver_cb_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/constellation_receiver_cb_impl.h')
-rw-r--r--gr-digital/lib/constellation_receiver_cb_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-digital/lib/constellation_receiver_cb_impl.h b/gr-digital/lib/constellation_receiver_cb_impl.h
index ccbbf83657..6247deb801 100644
--- a/gr-digital/lib/constellation_receiver_cb_impl.h
+++ b/gr-digital/lib/constellation_receiver_cb_impl.h
@@ -35,7 +35,7 @@ namespace gr {
: public constellation_receiver_cb, blocks::control_loop
{
public:
- constellation_receiver_cb_impl(constellation_sptr constell,
+ constellation_receiver_cb_impl(constellation_sptr constell,
float loop_bw, float fmin, float fmax);
~constellation_receiver_cb_impl();
@@ -66,10 +66,10 @@ namespace gr {
//! delay line length.
static const unsigned int DLLEN = 8;
-
+
//! delay line plus some length for overflow protection
__GR_ATTR_ALIGNED(8) gr_complex d_dl[2*DLLEN];
-
+
//! index to delay line
unsigned int d_dl_idx;
};