diff options
Diffstat (limited to 'host/lib/stream.cpp')
-rw-r--r-- | host/lib/stream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/stream.cpp b/host/lib/stream.cpp index 8e603552c..dc7b33721 100644 --- a/host/lib/stream.cpp +++ b/host/lib/stream.cpp @@ -11,10 +11,10 @@ using namespace uhd; rx_streamer::~rx_streamer(void) { - //empty + // empty } tx_streamer::~tx_streamer(void) { - //empty + // empty } |