summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/c++
diff options
context:
space:
mode:
authorgnieboer <gnieboer@corpcomm.net>2019-06-02 10:02:43 -0400
committerMartin Braun <martin.braun@ettus.com>2019-06-06 09:04:34 -0700
commitef8636fed8873696d3ef8b8eaad98a650901d597 (patch)
tree0dee7896e1799ce3a33119824a96d50670edcb66 /gr-uhd/examples/c++
parent362ebd93d1de2497387404c17f6c55c49be75cac (diff)
gr-uhd: Replaced not with !
Diffstat (limited to 'gr-uhd/examples/c++')
-rw-r--r--gr-uhd/examples/c++/tag_source_demo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/examples/c++/tag_source_demo.h b/gr-uhd/examples/c++/tag_source_demo.h
index 8508c32680..1690553882 100644
--- a/gr-uhd/examples/c++/tag_source_demo.h
+++ b/gr-uhd/examples/c++/tag_source_demo.h
@@ -50,7 +50,7 @@ public:
_cycle_duration(idle_duration + burst_duration),
_samps_left_in_burst(1), //immediate EOB
_do_new_burst(false),
- _firstrun(not length_tag_name.empty()),
+ _firstrun(!length_tag_name.empty()),
_length_tag_key(length_tag_name.empty() ? pmt::PMT_NIL : pmt::string_to_symbol(length_tag_name))
{
//NOP