summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/deinterleave_impl.h
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-07 12:27:52 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-07 12:27:52 -0400
commit78f56e07e24e0820a73ba2b24f4b8293bb3b3393 (patch)
treef55180813bff624e0d5b8e08d104bbb816b7fbec /gr-blocks/lib/deinterleave_impl.h
parentbbfc759914da80214fabc70fbbed1edaf39f9e4b (diff)
Removing trailing/extra whitespaces before release (for master).
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'gr-blocks/lib/deinterleave_impl.h')
-rw-r--r--gr-blocks/lib/deinterleave_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/deinterleave_impl.h b/gr-blocks/lib/deinterleave_impl.h
index a7a9e0a8fa..247ee3a018 100644
--- a/gr-blocks/lib/deinterleave_impl.h
+++ b/gr-blocks/lib/deinterleave_impl.h
@@ -30,7 +30,7 @@ namespace gr {
class BLOCKS_API deinterleave_impl : public deinterleave
{
-
+
size_t d_itemsize;
unsigned int d_blocksize;
unsigned int d_current_output;
@@ -51,6 +51,6 @@ namespace gr {
} /* namespace blocks */
} /* namespace gr */
-
+
#endif /* INCLUDED_DEINTERLEAVE_IMPL_H */